From: Patrick Canterino Date: Mon, 31 Jan 2022 19:50:39 +0000 (+0100) Subject: CSS and template tweaks X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/c4a0e43c808c2fa800f494f2243a6304ab8e0c4b CSS and template tweaks --- diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index 3cbd4b7..8af1866 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -25,9 +25,8 @@ footer { } @media screen and (min-width: 600px) { - footer div:first-child { - padding-left: 10em; - padding-right: 10em; + footer div#footer-left { + text-align: right; } } diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index c8df659..c792a72 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -22,14 +22,14 @@