0.0.285
This commit is contained in:
@@ -1925,4 +1925,19 @@
|
|||||||
height: 90px;
|
height: 90px;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.padding_top_f_header{
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line_f_header{
|
||||||
|
position: sticky;
|
||||||
|
z-index: 1;
|
||||||
|
height: 1px;
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
top: 65px;
|
||||||
}
|
}
|
||||||
@@ -142,6 +142,7 @@ html, body{
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
max-width: 1440px;
|
max-width: 1440px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
padding: 40px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -216,8 +217,9 @@ header {
|
|||||||
width: 1280px;
|
width: 1280px;
|
||||||
margin: 0 50px;
|
margin: 0 50px;
|
||||||
padding: 5px 40px;
|
padding: 5px 40px;
|
||||||
position: fixed;
|
position: sticky;
|
||||||
z-index: 1;
|
z-index: 4;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1834,7 +1836,7 @@ button#more_button{
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
height: 194px;
|
height: 194px;
|
||||||
margin: 0 auto 0;
|
margin: 0 auto 0;
|
||||||
padding: 145px 40px 0 40px;
|
padding: 60px 40px 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_block_static_wrapper{
|
.top_block_static_wrapper{
|
||||||
|
|||||||
@@ -54,8 +54,9 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
{# modifided by boris#}
|
{# modifided by boris#}
|
||||||
<div class="header_big_background">
|
<div class="header_big_background">
|
||||||
{% include 'blocks/b_header.html' %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% include 'blocks/b_header.html' %}
|
||||||
|
<div class="line_f_header"></div>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user