From 6b338ce9ff6d07920ca33629c600c2d86a51a238 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 10 Oct 2025 16:52:04 +0100 Subject: [PATCH] CSS Tweaks --- src/static/style/mobile.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index b68eb94..547270d 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -214,6 +214,13 @@ label{ display: block; margin: 0 auto 0 auto; max-width: 100%; + max-height: 50vh; +} + +#article>p>video{ + margin: 0 auto 0 auto; + max-width: 100%; + max-height: 50vh; } pre{