0.0.52
This commit is contained in:
@@ -42,7 +42,7 @@ body,html{
|
||||
|
||||
.content{
|
||||
width: 100%;
|
||||
margin-top: 55px;
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
.clear_both {
|
||||
@@ -841,22 +841,26 @@ body,html{
|
||||
}
|
||||
|
||||
.content_block_present_technology{
|
||||
width: calc(100% - 170px);
|
||||
margin-left: 170px;
|
||||
width: 71%;
|
||||
text-align: -webkit-right;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.left_part_block_present_technology{
|
||||
width: calc(100% - 230px);
|
||||
width: 75%;
|
||||
text-align: -webkit-left;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.right_part_block_present_technology{
|
||||
width: 130px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.img_block_present_technology{
|
||||
width: 130px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
Reference in New Issue
Block a user