From 708505245814e82ecf4c902f92257c34efbbb395 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 20 Aug 2018 02:15:39 -0400 Subject: [PATCH] Fix whitespace issue (below #preamble) --- source/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.20.1