From 62e1cb33c865bf757cf503b3597a042fbb1628fa Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 9 Sep 2022 21:59:19 +1200 Subject: [PATCH] Prevent footer overlapping on mobile --- static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/main.css b/static/main.css index b2a3f3d..63dc408 100644 --- a/static/main.css +++ b/static/main.css @@ -55,6 +55,7 @@ p { /* custom footer with source and license info */ .custom-footer { + clear: both; font-size: 16px; margin-top: 30px; padding-top: 20px;