From 234802cc52e196fec005a1254f73c663de80d7d4 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Mon, 14 Feb 2022 21:18:39 +0100 Subject: [PATCH] Adjusted margin for mobile layout footer --- notes/static/notes/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index 9ccdaf9..d34e9d3 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -75,6 +75,10 @@ footer a img { /* Small screens */ @media screen and (max-width: 600px) { + footer div#footer-middle { + margin-top: 1em; + } + footer #copyright { margin-top: 2em; } -- 2.34.1