From a5a3da62ebc0309dfaddf7791496e1f64c33f52e Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 10 Oct 2025 17:19:26 +0100 Subject: [PATCH] CSS Tweaks --- src/static/style/mobile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index f1c63b4..1554fad 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -212,6 +212,7 @@ label{ #article{ padding: 0 10px 0 10px; + margin-bottom: 25px; } #article>p>img{ @@ -222,6 +223,7 @@ label{ } #article>video{ + display: block; margin: 0 auto 0 auto; max-width: 100%; max-height: 50vh;