From 0645f56405e111b0012ace8b47b1e3f2f8aecc8b Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Sun, 16 Dec 2018 17:22:26 +0400
Subject: fix(navbar): Correct the look of navigation links

Signed-off-by: Valentin Popov <info@valentineus.link>
---
 _scss/components/_navigation.scss | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

(limited to '_scss')

diff --git a/_scss/components/_navigation.scss b/_scss/components/_navigation.scss
index d4def18..749a03e 100644
--- a/_scss/components/_navigation.scss
+++ b/_scss/components/_navigation.scss
@@ -8,26 +8,19 @@
   li {
     float: left;
     padding: .5em;
-
-    &:first-child {
-      padding-left: 0;
-    }
-
-    &:last-child {
-      padding-right: 0;
-    }
   }
 }
 
 .nav-link {
   text-align: center;
   text-decoration: none;
+  text-transform: uppercase;
 
   &:active,
   &:focus,
   &:hover {
     border: 0;
-    text-decoration: underline;
+    text-decoration: none;
   }
 }
 
-- 
cgit v1.2.3