This commit is contained in:
SBD
2024-01-19 17:30:45 +03:00
parent c2791d20fc
commit 5f85a1a0f1

View File

@@ -155,7 +155,7 @@
height: 41px; height: 41px;
} }
.cut-width.preferens_f_header_1024{ .cut-width.preferens_f_header_1024{
width: 96%; width: calc(100% - 40px);
height: 41px; height: 41px;
} }
.left_part_header{ .left_part_header{
@@ -167,9 +167,7 @@
height: 40px; height: 40px;
} }
.right_part_header_mobile{ .right_part_header_mobile{
width: calc(100% - 290px); width: 77%;
float: right;
position: relative;
display: flex; display: flex;
justify-content: right; justify-content: right;
align-items: center; align-items: center;