From 3e5564d64d10bad5fb1a386b7ea31791be0b7b55 Mon Sep 17 00:00:00 2001 From: Valentyna Date: Mon, 23 Dec 2024 13:49:45 +0200 Subject: [PATCH] add width --- src/styles/box/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/box/header.scss b/src/styles/box/header.scss index 03a2dca8d9..34580f541f 100644 --- a/src/styles/box/header.scss +++ b/src/styles/box/header.scss @@ -1,6 +1,6 @@ .header { position: relative; - width: 1024px; + width: 100%; height: 60px; display: flex; justify-content: space-between; @@ -97,6 +97,6 @@ } @media (min-width: 1200px) { - width: 1200px; + width: 100%; } }