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

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