From e38cf469ca320b6f1e019e02befd173b5c223056 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 26 Feb 2022 13:00:28 +0100 Subject: [PATCH] Added link to PCDENotes repository, made copyright note smaller --- notes/static/notes/style.css | 8 +++++++- notes/templates/note_base.html | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 2.34.1