From f450580730febaf4a7bcabef46cead9307566250 Mon Sep 17 00:00:00 2001 From: bmatt Date: Mon, 11 Apr 2016 00:26:15 -0400 Subject: [PATCH] adjusted nav corners --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f8b5a1e..3ec1def 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ nav { background: #1e1e1e; - border-radius: 25px; + border-radius: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: -5px;