From b4260d7c7f77d382fe2b98db411fa5f45870ff0b Mon Sep 17 00:00:00 2001
From: Alexander Eble <35292572+alexanderdavide@users.noreply.github.com>
Date: Wed, 23 Jun 2021 19:17:48 +0000
Subject: [PATCH] Fix: Navigation Item Centering (#219)

---
 assets/css/style.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index 8e6317a..45e4ada 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -217,10 +217,6 @@
     display: initial;
 }
 
-header .nav__list li:not(:last-of-type) {
-    padding-right: 20px;
-}
-
 header .nav__list a {
     color: var(--nav-text-color);
 }
@@ -920,6 +916,10 @@
     header {
         border-bottom: 1px solid var(--border-color);
     }
+    
+    .nav__links li:not(:last-of-type) {
+        padding-right: 20px;
+    }
 
     .sidebar {
         height: 100vh;

--
Gitblit v1.10.0