From 150ef74f18da832cb5aa957a3ed47455976f32d0 Mon Sep 17 00:00:00 2001 From: Ane Date: Thu, 24 Oct 2024 09:54:07 +0200 Subject: [PATCH] small css changes in navbar --- src/components/navigation/header/header.module.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/navigation/header/header.module.css b/src/components/navigation/header/header.module.css index 78ba3daaf..914702899 100644 --- a/src/components/navigation/header/header.module.css +++ b/src/components/navigation/header/header.module.css @@ -41,9 +41,12 @@ } .wrapper { + background-color: #FFF; + border-radius: 1rem; display: flex; justify-content: space-between; align-items: center; + padding: 0rem 1.5rem; } .logo { @@ -90,9 +93,10 @@ .desktopLinks { composes: listDesktop; - flex: 2; - gap: 2rem; + flex: 1 0 0; + gap: 1.5rem; justify-content: center; + align-self: stretch; @media (min-width: 1200px) { gap: 3rem;