From: Amin Bandali Date: Mon, 20 Aug 2018 06:15:39 +0000 (-0400) Subject: Fix whitespace issue (below #preamble) X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/708505245814e82ecf4c902f92257c34efbbb395 Fix whitespace issue (below #preamble) --- diff --git a/source/style.css b/source/style.css index cab0597..3ffebe6 100644 --- a/source/style.css +++ b/source/style.css @@ -22,7 +22,7 @@ main { #postamble { color: #888888; padding: 1em; - margin: 0 auto 2em; + margin: 0 auto; max-width: 34em; } @@ -42,6 +42,8 @@ main { padding-right: 1px; } +#postamble { margin-bottom: 2em; } + #postamble a { color: #888888 !important; border-bottom: 1px solid #cccccc !important;