Remove border-radius from figures

This commit is contained in:
Eryn Wells 2023-08-20 10:06:58 -07:00
parent 1dc243c95f
commit f950cdbbd9

View file

@ -9,7 +9,6 @@
}
figure {
border-radius: 6px;
margin: 0;
margin-inline: 0;
overflow: hidden;
@ -35,7 +34,6 @@
figure img {
display: block;
border-radius: 6px;
height: auto;
max-width: var(--content-width);
}
@ -46,7 +44,6 @@
}
figure .youtube {
border-radius: 6px;
overflow: hidden;
max-width: var(--content-width);
width: 100%;