From 76e0815127ec691b07fb4a55bfd9668b06d5062e Mon Sep 17 00:00:00 2001 From: guamss Date: Mon, 14 Sep 2026 18:54:13 +0200 Subject: [PATCH] fix: marquee css fix --- src/styles/navbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/navbar.css b/src/styles/navbar.css index 459cb50..0dee994 100644 --- a/src/styles/navbar.css +++ b/src/styles/navbar.css @@ -2,14 +2,15 @@ header { align-self: stretch; - padding: 2rem; + padding: 2rem 0; display: flex; + width: 100%; gap: 2rem; flex-direction: column; > nav { gap: 2rem; - width: 100%; + padding: 0 2rem; display: flex; flex-direction: column; justify-content: space-between; @@ -127,7 +128,6 @@ header { white-space: nowrap; padding: 1rem; margin: 15px 0; - border-radius: 20px; > span { color: var(--secondary-font-dark-color); display: inline-block;