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