From f0f8af48b3fcf6a9c5f8e7cc0c3831f4da3aa9e4 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sat, 18 Nov 2023 18:35:59 +0300 Subject: [PATCH] 0.0.232 add margin for header and main_content --- static/css/styles.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index cb03cb8..083dee3 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -140,7 +140,7 @@ html, body{ } .wrapper_content { - margin: 20px auto; + margin: 20px; max-width: 1280px; position: relative; min-height: 695px; @@ -221,7 +221,7 @@ body { header { margin-top: 20px; - padding: 5px 0; + padding: 5px 10px; position: sticky; top: 0; background: #F8F8F8; @@ -490,13 +490,19 @@ header .header-first { } .header_logo, -.header_btn_mover, -.header_btn_sender{ +.header_btn_mover +{ margin-right: 40px; display: inline-block; vertical-align: middle; } +.header_btn_sender{ + margin-right: 20px; + display: inline-block; + vertical-align: middle; +} + .header_logo>a, .header_btn_mover>a, .header_btn_sender>a{