diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index e5af9a5..36efb30 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -111,7 +111,7 @@ } .mid_block_static{ padding: 0; - margin: 120px 0; + margin: 120px 0 40px; width: 100%; } .wrapper_tab_button{ @@ -119,6 +119,7 @@ } .benefit_img{ flex-wrap: wrap; + text-align: center; } .tab-btn-2{ margin: 0 0 5px 0; @@ -344,6 +345,21 @@ line-height: 22px; width: 60%; } + + .type_of_subscribes{ + flex-direction: column; + align-items: center; + } + + .subscribes_container{ + width: 100%; + } + + .container_subscribe{ + margin: 0 auto; + width: unset; + } + /* for_customers*/ diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index aab4ace..94c56eb 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1979,7 +1979,7 @@ .header_big_background{ height: 90px; background: #F8F8F8; - width: 1280px; + width: 100%; position: absolute; z-index: 3; } diff --git a/static/css/styles.css b/static/css/styles.css index f8b907a..dd27a6c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -140,8 +140,8 @@ html, body{ } .wrapper_content { - margin: 55px auto;; - /*padding: 40px 5px;*/ + margin: 55px auto; + max-width: 1280px; } @@ -490,6 +490,17 @@ header .header-first { vertical-align: middle; } +.header_logo>a, +.header_btn_mover>a, +.header_btn_sender>a{ + color: #272424; + font-size: 16px; + font-style: normal; + font-weight: 500; + line-height: 22px; +} + + /*.header_menu{*/ /* display: none;*/ /* max-height: 200px;*/ @@ -683,6 +694,11 @@ span.btn_profile_name { } #customer_service{ margin-right: 35px; + color: #272424; + font-size: 16px; + font-style: normal; + font-weight: 500; + line-height: 22px; } diff --git a/templates/blocks/b_header.html b/templates/blocks/b_header.html index a961e97..600bc71 100644 --- a/templates/blocks/b_header.html +++ b/templates/blocks/b_header.html @@ -3,117 +3,120 @@