From f552d6c0f233fa736cffb53f69de6911ad338454 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 19 Oct 2023 09:27:32 +0300 Subject: [PATCH] 0.0.174 change width in .header_big_background --- static/css/styles(boris).css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index aea09e1..f1d1fcc 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1924,7 +1924,7 @@ .header_big_background{ height: 90px; background: #F8F8F8; - width: 100%; + width: 1440px; position: absolute; z-index: 3; }