From 61e3311bb6000c2a4c03b45d146d8fa9de696ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=B8renpeter?= Date: Thu, 12 Dec 2024 15:51:14 +0100 Subject: [PATCH] CSS for footer --- libs/timeline.css | 10 +++++----- partials/footer.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/timeline.css b/libs/timeline.css index 520a2b0..f4cfabf 100644 --- a/libs/timeline.css +++ b/libs/timeline.css @@ -274,7 +274,7 @@ article.post-entry { article .twt-msg { padding: 0.5rem 0.5rem 0.5rem 0 ; -/* overflow-wrap: anywhere; */ + overflow-wrap: anywhere; } article .twt-msg p { @@ -407,8 +407,8 @@ nav.pagnation { /* === FOOTER === */ -footer { - border-top: thin solid grey; +body > footer { margin-top: 1rem; - text-align: center; -} + padding-top: 0.75rem; + border-top: thin solid grey; +} \ No newline at end of file diff --git a/partials/footer.php b/partials/footer.php index f6768d0..712b5df 100644 --- a/partials/footer.php +++ b/partials/footer.php @@ -1,8 +1,8 @@ - + \ No newline at end of file