From 06a2e883fbe380fee75aaf7d410db5575b02c6e1 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sat, 18 Nov 2023 18:38:53 +0300 Subject: [PATCH] 0.0.233 add margin for header and main_content --- static/css/mobile_styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 919fc79..dde7da2 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -60,10 +60,14 @@ } } @media (max-width: 1064px){ - .header_logo, .header_btn_mover, .header_btn_sender{ + .header_logo, .header_btn_mover{ margin-right: 26px; } + .header_btn_sender{ + margin-right: 5px; + } + .benefit_img_about_service>figure>img { width: 153px; }