From 184562d3528326ec5271b53fc671c63aa18e573d Mon Sep 17 00:00:00 2001 From: bmatt Date: Mon, 11 Apr 2016 01:10:39 -0400 Subject: [PATCH] tweaked spacing --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ae52c85..d96e30d 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ } .content { - margin-top: 150px; + margin-top: 50px; } nav { @@ -35,6 +35,8 @@ nav a.active { } hr { + margin-top: 50px; + margin-bottom: 100px; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));