From a05a4c5f15b4301ce6154efa346e6deedfb9769b Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Mon, 14 Feb 2022 20:01:58 +0100 Subject: [PATCH] Added Django logo and moved bottom links to the moddle --- notes/static/notes/style.css | 8 ++++++++ notes/templates/note_base.html | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 @@