From 47ccca91d16df2e2c772eaaa9a72bbaca1ad34be Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 30 Oct 2024 17:04:47 +0100 Subject: [PATCH] scss: improve spacing of header navigation - Improves the spacing of the header navigation item, in order to ease their use. Co-Authored-by: iGor milhit --- assets/scss/_header.scss | 5 +++++ layouts/partials/header.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index b13789a..3167a78 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -31,5 +31,10 @@ } + .header-navigation { + width: 100%; + justify-content: space-evenly; + } + } } diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d1db891..933bf2b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -16,7 +16,7 @@ -