From 26e02e3bede28fe5cedc2d30a6b6630305d601c2 Mon Sep 17 00:00:00 2001 From: Truls Henrik Jakobsen Date: Tue, 10 Dec 2024 16:50:57 +0100 Subject: [PATCH] update max width of header with design --- src/components/navigation/header/header.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/navigation/header/header.module.css b/src/components/navigation/header/header.module.css index a75bf3602..67794d4bd 100644 --- a/src/components/navigation/header/header.module.css +++ b/src/components/navigation/header/header.module.css @@ -18,7 +18,7 @@ .nav { --nav-height: 5rem; - max-width: min(960px, calc(100vw - 2rem)); + max-width: min(1091px, calc(100vw - 2rem)); min-height: var(--nav-height); position: relative; margin-inline: auto; @@ -41,12 +41,12 @@ .wrapper { position: absolute; - padding: 0 1rem; + padding: 0 3rem; border-radius: 0.75rem; background: var(--background-header-light-transparent); box-shadow: 0px 0.5px 2px 0px #eaeaea; backdrop-filter: blur(40px); - max-width: min(960px, calc(100vw - 2rem)); + max-width: min(1091px, calc(100vw - 2rem)); width: 100%; justify-self: center;