From 5603ef1d534888f3e85b93c98fb2623d4154fead Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Mon, 31 Jan 2022 19:33:33 +0100 Subject: [PATCH] Bottom nav looks good now --- notes/static/style.css | 19 ++++++++++++++++--- notes/templates/note_base.html | 6 +++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/notes/static/style.css b/notes/static/style.css index ae3c9da..3cbd4b7 100644 --- a/notes/static/style.css +++ b/notes/static/style.css @@ -13,18 +13,31 @@ h2 a:link, h2 a:visited, h2 a:active, h2 a:hover { color: #212529; } + +article .publication-date { + font-style: italic; + font-size: smaller; +} + footer { color: #ffffff; background-color: #212529; } +@media screen and (min-width: 600px) { + footer div:first-child { + padding-left: 10em; + padding-right: 10em; + } +} + footer ul { list-style-type: none; margin-left: 0; padding-left: 0; } -article .publication-date { - font-style: italic; - font-size: smaller; +footer #copyright { + text-align: center; + margin-top: 2em; } \ No newline at end of file diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index 094e23e..9499299 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -22,18 +22,18 @@ -- 2.34.1