From fd65e94b8e9f8ebb4ca1dc952f648dcecff3b133 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 9 Jan 2019 22:59:03 -0500 Subject: [PATCH] Tweak the footer styles a bit. Shrink the footer margins too when the header collapses, and remove a redundant footer style. --- content/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/style.css b/content/style.css index 0f4b097..45a0d96 100644 --- a/content/style.css +++ b/content/style.css @@ -170,5 +170,8 @@ kbd::before { ul ul { margin-left: -1.2em; } } -@media (max-width: 28em) { li, dd, dt, p, #footer>p { text-align: left; } } -@media (max-width: 35em) { #sitetitle>* { float: none; } } +@media (max-width: 28em) { li, dd, dt, p { text-align: left; } } +@media (max-width: 35em) { + #sitetitle>* { float: none; } + #footer { padding: 0 1em; } +} -- 2.43.0