From: Patrick Canterino Date: Sat, 23 Jul 2022 11:54:29 +0000 (+0200) Subject: Added some space between the bottom nav links on mobile devices X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/e254d72720e2aec267f747518e343902be75849a Added some space between the bottom nav links on mobile devices --- diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index 56afaf8..b798bd1 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -90,6 +90,10 @@ footer a img { margin-top: 1em; } + footer div#footer-middle li { + margin-bottom: 0.5em; + } + footer #copyright, footer #footer-note { margin-top: 1em; } diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index 3c8b559..d1c4bed 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -26,10 +26,10 @@ Powered by Django.