From: Patrick Canterino Date: Mon, 14 Feb 2022 20:18:39 +0000 (+0100) Subject: Adjusted margin for mobile layout footer X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/234802cc52e196fec005a1254f73c663de80d7d4?ds=inline Adjusted margin for mobile layout footer --- 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; }