From 43a83307e65dceeb6e2d3838e74f57e7077b8ca7 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Thu, 31 Aug 2023 10:56:16 +0300 Subject: [PATCH] bagfix --- src/app/_modules/layout/header/header.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/_modules/layout/header/header.component.scss b/src/app/_modules/layout/header/header.component.scss index 5b8c8d2..89d1692 100644 --- a/src/app/_modules/layout/header/header.component.scss +++ b/src/app/_modules/layout/header/header.component.scss @@ -78,7 +78,7 @@ justify-content: normal; align-items: stretch; align-content: stretch; - padding: 0 calc( (100% - 1440px) / 2); + padding: 0 calc( (100% - 1300px) / 2); position: relative; .logo { width:114px;