]> git.draconx.ca Git - homepage.git/commitdiff
Tweak the footer styles a bit.
authorNick Bowler <nbowler@draconx.ca>
Thu, 10 Jan 2019 03:59:03 +0000 (22:59 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 10 Jan 2019 03:59:03 +0000 (22:59 -0500)
Shrink the footer margins too when the header collapses,
and remove a redundant footer style.

content/style.css

index 0f4b0975b8a16a9886cf8db1a4636025264a922e..45a0d965d6077a81cf7b63ed19bac4e4c2942ce5 100644 (file)
@@ -170,5 +170,8 @@ kbd::before {
     ul ul { margin-left: -1.2em; }
 }
 
     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; }
+}