This commit is contained in:
2023-10-18 18:05:55 +03:00
parent 9b12ca8ff3
commit 52c65f598d
3 changed files with 22 additions and 4 deletions

View File

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

View File

@@ -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{

View File

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