From 6a4620a33b1c468e4e0bbbe7fc4eca140decdc62 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Feb 2023 02:21:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20set=20consistent=20paddin?= =?UTF-8?q?g=20between=20nav=20and=20main=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index a9a8396..d5d73f0 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -1,6 +1,5 @@ header { width: 100%; - // background-color: var(--navbar-color); .main { display: flex; flex-direction: row; @@ -38,7 +37,7 @@ header { flex-wrap: wrap; align-items: center; justify-content: space-between; - padding: 1em 0; + padding: 1em 24px; margin: 0 auto; margin-bottom: 0.2rem; }