From 9bf5782d362a43ba88d1e46005f60b78f87074e7 Mon Sep 17 00:00:00 2001 From: Noah Manger Date: Mon, 6 Jul 2015 09:57:20 -0700 Subject: [PATCH] Removing the default margin on body Super minor nag, but right now there's a gap around the entire page page, so this patch closes it. Before: ![screen shot 2015-07-06 at 9 53 21 am](https://cloud.githubusercontent.com/assets/1696495/8528040/4095fd84-23c5-11e5-8e9d-b490a783c848.png) After ![screen shot 2015-07-06 at 9 53 42 am](https://cloud.githubusercontent.com/assets/1696495/8528039/40771248-23c5-11e5-856a-b770c1413331.png) --- assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 37d6689..6f3ff8e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -39,6 +39,7 @@ body { font-weight: 400; font-style: normal; line-height: 1.466666667; + margin: 0; } h1, @@ -512,4 +513,4 @@ Mobile Styles margin-top: 1.5em; } -} \ No newline at end of file +}