From: Nick Bowler Date: Thu, 10 Jan 2019 03:59:03 +0000 (-0500) Subject: Tweak the footer styles a bit. X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/commitdiff_plain/fd65e94b8e9f8ebb4ca1dc952f648dcecff3b133 Tweak the footer styles a bit. Shrink the footer margins too when the header collapses, and remove a redundant footer style. --- 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; } +}