From 96efd045b4fb990bbfa181df0e7720439c012588 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 2 Nov 2023 13:14:25 +0300 Subject: [PATCH] 0.0.194 add header width 100% v2 --- static/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index dd27a6c..de2cf8a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -472,6 +472,11 @@ footer>div { margin-left: -30px; } +.wrapper_header_content{ + max-width: 1280px; + margin: 0 auto; +} + header .header-first { float: left; margin-top: 12px;