From 2878f546ee0c6b7705555be62e4e07c8134df2ac Mon Sep 17 00:00:00 2001 From: smanylov Date: Thu, 2 Apr 2026 11:14:27 +0700 Subject: [PATCH] set header max-width --- src/app/styles/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index e57ef96..67158ae 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -4,11 +4,12 @@ display: flex; justify-content: end; align-items: center; - margin-bottom: 30px; background: v.$white; padding: 20px 30px; border-radius: 20px; box-shadow: 0 4px 20px v.$shadow-1; + max-width: 1920px; + margin: 0 auto 30px; @media (max-width: 490px) { padding: 20px 20px;