0.0.193 add header width 100%
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
}
|
}
|
||||||
.mid_block_static{
|
.mid_block_static{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 120px 0;
|
margin: 120px 0 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.wrapper_tab_button{
|
.wrapper_tab_button{
|
||||||
@@ -119,6 +119,7 @@
|
|||||||
}
|
}
|
||||||
.benefit_img{
|
.benefit_img{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.tab-btn-2{
|
.tab-btn-2{
|
||||||
margin: 0 0 5px 0;
|
margin: 0 0 5px 0;
|
||||||
@@ -344,6 +345,21 @@
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.type_of_subscribes{
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subscribes_container{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container_subscribe{
|
||||||
|
margin: 0 auto;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* for_customers*/
|
/* for_customers*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1979,7 +1979,7 @@
|
|||||||
.header_big_background{
|
.header_big_background{
|
||||||
height: 90px;
|
height: 90px;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
width: 1280px;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -140,8 +140,8 @@ html, body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper_content {
|
.wrapper_content {
|
||||||
margin: 55px auto;;
|
margin: 55px auto;
|
||||||
/*padding: 40px 5px;*/
|
max-width: 1280px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -490,6 +490,17 @@ header .header-first {
|
|||||||
vertical-align: middle;
|
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{*/
|
/*.header_menu{*/
|
||||||
/* display: none;*/
|
/* display: none;*/
|
||||||
/* max-height: 200px;*/
|
/* max-height: 200px;*/
|
||||||
@@ -683,6 +694,11 @@ span.btn_profile_name {
|
|||||||
}
|
}
|
||||||
#customer_service{
|
#customer_service{
|
||||||
margin-right: 35px;
|
margin-right: 35px;
|
||||||
|
color: #272424;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<div class="header_big_background">
|
<div class="header_big_background">
|
||||||
</div>
|
</div>
|
||||||
<header id="header_bg">
|
<header id="header_bg">
|
||||||
|
<div class="wrapper_header_content">
|
||||||
<div class="header-first">
|
<div class="header-first">
|
||||||
<div class="header_logo">
|
<div class="header_logo">
|
||||||
<a href="/"><img class="svg" src="/static/img/svg/Logo.svg"></a>
|
<a href="/"><img class="svg" src="/static/img/svg/Logo.svg"></a>
|
||||||
@@ -115,5 +116,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<div class="line_f_header"></div>
|
<div class="line_f_header"></div>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper_main">
|
|
||||||
{% include 'blocks/b_header.html' %}
|
{% include 'blocks/b_header.html' %}
|
||||||
<div class="wrapper_content">
|
<div class="wrapper_content">
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include 'blocks/b_footer.html' %}
|
{% include 'blocks/b_footer.html' %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user