From 0b1e78ed250d6fcd2c6570d53f5d86c60628144d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 3 Mar 2024 16:57:00 -0500 Subject: [PATCH] make videos bigger --- static/theme.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/static/theme.css b/static/theme.css index 4a0a440..0c8ecb5 100644 --- a/static/theme.css +++ b/static/theme.css @@ -149,8 +149,8 @@ footer a { hr { color: var(--theme-accent); - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 1.5rem; + margin-bottom: 1.5rem; width: 100%; } @@ -188,4 +188,11 @@ pre { blockquote { border-left: 10px solid var(--theme-accent); padding-left: 5px; +} +iframe,video { + aspect-ratio: 12 9; + max-width:90%; + max-height:60vh; + width:60rem; + height:30rem; } \ No newline at end of file