aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-03-12 15:19:54 -0400
committerAlex <alex@scerba.org>2024-03-12 15:19:54 -0400
commit288022f3626e58531d9c03d26a11eb92b1e6a52f (patch)
tree0d6f26e310b948d9894ed1573e314b6a74a7daaa /static/style.css
parentcb42cbdf16dfd44ffa39cc451d53125bc14805ed (diff)
Added Yukon towing footage and figcaption rename
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 7358a7f..ac3d316 100644
--- a/static/style.css
+++ b/static/style.css
@@ -173,8 +173,14 @@ h3, h4, h5, h6 {
gap: 1rem;
}
+iframe {
+ max-width: 100%;
+ aspect-ratio: 16/9;
+ display: block;
+}
+
figure {
- max-width: 30rem;
+ max-width: 35rem;
margin: 2rem auto;
}