From: Patrick Canterino Date: Mon, 14 Feb 2022 19:01:58 +0000 (+0100) Subject: Added Django logo and moved bottom links to the moddle X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/a05a4c5f15b4301ce6154efa346e6deedfb9769b?ds=sidebyside;hp=eeb9ee9d9b600f3dd0e81056fd2f1642d9756fcc Added Django logo and moved bottom links to the moddle --- diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index 2a52b55..9ccdaf9 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -53,12 +53,20 @@ footer ul { padding-left: 0; } +footer a img { + border: none; +} + /* Large screens */ @media screen and (min-width: 600px) { footer div#footer-left { text-align: right; } + footer div#footer-middle { + text-align: center; + } + footer #copyright { text-align: center; margin-top: 2em; diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index 0e779e6..fe61801 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -23,12 +23,15 @@