From 973e0f76f8ae0bb23a40e8099f72efd1e1c16115 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 7 Feb 2023 20:00:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20increase=20padding=20be?= =?UTF-8?q?tween=20navs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 6835bc4..3c062d3 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -56,7 +56,7 @@ header { text-decoration: none; justify-content: right; color: var(--text-color); - padding: 0.5rem; + padding: 0.66rem; border-radius: 5px; transition: 100ms; }