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