diff options
author | Alex <alex@scerba.org> | 2024-03-12 15:19:54 -0400 |
---|---|---|
committer | Alex <alex@scerba.org> | 2024-03-12 15:19:54 -0400 |
commit | 288022f3626e58531d9c03d26a11eb92b1e6a52f (patch) | |
tree | 0d6f26e310b948d9894ed1573e314b6a74a7daaa /static/style.css | |
parent | cb42cbdf16dfd44ffa39cc451d53125bc14805ed (diff) |
Added Yukon towing footage and figcaption rename
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 8 |
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;
}
|