0.0.141 correct header sizes and padding language w

This commit is contained in:
SBD
2024-01-04 14:05:03 +03:00
parent 254425b913
commit 22f1248900
3 changed files with 11 additions and 9 deletions

View File

@@ -29,12 +29,12 @@ body.n_scroll{
}
.header{
height: 60px;
height: 50px;
width: 100%;
background: #FFFFFF;
position: fixed;
top: 0;
padding: 5px 0 5px 0;
padding: 10.5px 0 10.5px 0;
z-index: 101;
}
@@ -68,7 +68,7 @@ body.n_scroll{
}
.logo_header{
height: 60px;
height: 49px;
}
.right_part_header {
@@ -78,7 +78,7 @@ body.n_scroll{
display: flex;
justify-content: right;
align-items: center;
height: 60px;
height: 49px;
}
.right_part_header_mobile{
@@ -261,7 +261,7 @@ body.n_scroll{
text-align: -moz-center;
position: absolute;
padding: 10px 0;
top: 24px;
top: 34px;
}
.content_select_language > div{