From c4a0e43c808c2fa800f494f2243a6304ab8e0c4b Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Mon, 31 Jan 2022 20:50:39 +0100 Subject: [PATCH] CSS and template tweaks --- notes/static/notes/style.css | 5 ++--- notes/templates/note_base.html | 14 +++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) 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 @@