aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;
}