Update styles for media

This commit is contained in:
Nathan Chapman 2022-07-20 16:11:21 -06:00
parent 656c2b01aa
commit 73701e6f7f

View File

@ -67,6 +67,17 @@ figure {
padding: 0;
}
img {
max-width: 100%;
box-sizing: border-box;
}
iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
/* Lists
========================================================================== */