From b18f6505dd09578fbd1b9bc4b77c90af1fc12d8a Mon Sep 17 00:00:00 2001 From: Ivan Tse Date: Tue, 10 Dec 2013 18:37:42 -0500 Subject: [PATCH] Remove margin-top of `.site` to prevent collapsing margins. --- lib/site_template/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index 1a2c013f..b11b5b8d 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -59,7 +59,8 @@ a:visited { color: #a0a; } font-size: 115%; text-align: justify; width: 42em; - margin: 3em auto 2em; + margin: 0 auto 2em; + padding-top: 3em; line-height: 1.5em; }