From: Patrick Canterino Date: Sat, 26 Feb 2022 12:00:28 +0000 (+0100) Subject: Added link to PCDENotes repository, made copyright note smaller X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/e38cf469ca320b6f1e019e02befd173b5c223056 Added link to PCDENotes repository, made copyright note smaller --- diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index d5ad56c..56afaf8 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -74,8 +74,14 @@ footer a img { footer #copyright { text-align: center; + font-size: smaller; margin-top: 2em; } + + footer #footer-note { + text-align: center; + font-size: smaller; + } } /* Small screens */ @@ -84,7 +90,7 @@ footer a img { margin-top: 1em; } - footer #copyright { + footer #copyright, footer #footer-note { margin-top: 1em; } } \ No newline at end of file diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html index 5e88f7b..3b24a11 100644 --- a/notes/templates/note_base.html +++ b/notes/templates/note_base.html @@ -42,6 +42,9 @@ © {% if year_current > year_start %}{{ year_start }}-{% endif %}{{ year_current }} Patrick Canterino {% endwith %} + \ No newline at end of file