This commit is contained in:
SBD
2023-11-30 16:54:41 +03:00
parent ee5d7033ae
commit 17842ca42a
2 changed files with 13 additions and 6 deletions

View File

@@ -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;
}