From 587b321205c87e0e413e3e16c1b5064f37037385 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 26 Sep 2025 14:12:43 +0100 Subject: [PATCH] Fix short articles --- src/static/style/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index b68eb94..7acf706 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -18,6 +18,10 @@ header{ width: 100%; } +main{ + min-height: 65vh; +} + footer{ background-color: #4c4c4c; display: flex;