This commit is contained in:
SBD
2023-11-29 13:14:41 +03:00
parent 98b4e5fbf6
commit fc2be35f61
7 changed files with 142 additions and 12 deletions

View File

@@ -53,7 +53,7 @@ body,html{
/*header*/
.left_part_header{
width: 23%;
width: 290px;
float: left;
text-align: -webkit-left;
display: block;
@@ -64,13 +64,17 @@ body,html{
}
.right_part_header {
width: 77%;
width: calc(100% - 290px);
float: right;
padding: 17px 0 15px 0;
position: relative;
text-align: -webkit-right;
}
.right_part_header_mobile{
display: none;
}
.text_header{
padding-right: 90px;
}
@@ -318,6 +322,7 @@ body,html{
.service_block_container{
width: calc(33% - 70px);
margin-right: 70px;
margin-bottom: 70px;
}
.service_block_container.two_cols{