From fcb8db43a60fd485927211e7c747186db5a7324d Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 7 Feb 2023 14:36:25 +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 134347b..6835bc4 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: 5px; + padding: 0.5rem; border-radius: 5px; transition: 100ms; }