From 19a74ec438eeb80471ada113ffea9ae6bf8b3e62 Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 20 Jan 2025 00:25:03 +0300 Subject: [PATCH] fix missing border-bottom semicolon for header Signed-off-by: ngn --- src/styles/modules/layout/header.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/modules/layout/header.module.scss b/src/styles/modules/layout/header.module.scss index 81cf216..bf953cf 100644 --- a/src/styles/modules/layout/header.module.scss +++ b/src/styles/modules/layout/header.module.scss @@ -7,7 +7,7 @@ display: grid; background: none; - border-bottom: solid 1px (var(--clr-text-accent)) + border-bottom: solid 1px (var(--clr-text-accent)); &__about { min-height: 100vh; @@ -25,7 +25,7 @@ align-items: center; gap: var(--spacer-4); - padding: var(--spacer-4); + padding: var(--spacer-3); @include helper.bp('bp-700') { padding: var(--spacer-3);