TRI-283: edit fixed

This commit is contained in:
2024-11-27 15:53:39 +03:00
parent 3e4c0b2ab5
commit 8041e3eb4d
3 changed files with 6 additions and 12 deletions

View File

@@ -1,23 +1,17 @@
.header {
margin-top: 0;
position: sticky;
position: -webkit-sticky;
position: fixed;
display: block;
left: 0;
top: 0;
width: 100vw;
padding: 40px 5px;
padding: 15px 5px;
transition: all 0.1s ease-in-out;
background-color: white;
@media (max-width: 1304.98px) {
padding-top: 37px;
padding-bottom: 41px;
}
@media (max-width: 991.98px) {
padding-top: 19px;
padding-bottom: 19px;
padding-top: 7px;
padding-bottom: 7px;
}
&.scrolled {