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