0.0.41
This commit is contained in:
@@ -290,6 +290,11 @@ body,html{
|
||||
margin: 80px 25px;
|
||||
display: flex;
|
||||
width: calc(100% - 50px);
|
||||
flex-wrap: unset;
|
||||
}
|
||||
|
||||
.block_service.two_cols{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.service_block_container{
|
||||
@@ -297,6 +302,12 @@ body,html{
|
||||
margin-right: 70px;
|
||||
}
|
||||
|
||||
.service_block_container.two_cols{
|
||||
width: calc(50% - 70px);
|
||||
margin-right: 70px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.childs_service_container{
|
||||
border-left: 1px solid #9CDDF7;
|
||||
padding-left: 20px;
|
||||
@@ -323,6 +334,11 @@ body,html{
|
||||
float: right;
|
||||
padding-left: 20px;
|
||||
font-weight: 700;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.right_part_service.two_cols{
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.right_part_service.child{
|
||||
|
||||
Reference in New Issue
Block a user