0.0.193 add header width 100%

This commit is contained in:
2023-11-02 13:09:44 +03:00
parent ed809290ca
commit e1846e0564
5 changed files with 133 additions and 98 deletions

View File

@@ -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*/

View File

@@ -1979,7 +1979,7 @@
.header_big_background{
height: 90px;
background: #F8F8F8;
width: 1280px;
width: 100%;
position: absolute;
z-index: 3;
}

View File

@@ -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;
}