From dd36e2d0bafbc1f376063ed11ae4248591d65839 Mon Sep 17 00:00:00 2001 From: bmatt Date: Mon, 11 Apr 2016 01:31:50 -0400 Subject: [PATCH] adjusted spacing, removed nav bar underline --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index d96e30d..736bb46 100644 --- a/css/style.css +++ b/css/style.css @@ -22,6 +22,7 @@ nav a { border-radius: 5px; padding: 3px; color: #f7f7f7; + text-decoration: none; } nav a:hover { @@ -37,6 +38,8 @@ nav a.active { hr { margin-top: 50px; margin-bottom: 100px; + margin-left: 100px; + margin-right: 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));