0.0.47
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user