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{ .content{
width: 100%; width: 100%;
margin-top: 55px; margin-top: 19px;
} }
.clear_both { .clear_both {
@@ -841,22 +841,26 @@ body,html{
} }
.content_block_present_technology{ .content_block_present_technology{
width: calc(100% - 170px); width: 71%;
margin-left: 170px;
text-align: -webkit-right; text-align: -webkit-right;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin: auto;
} }
.left_part_block_present_technology{ .left_part_block_present_technology{
width: calc(100% - 230px); width: 75%;
text-align: -webkit-left;
margin-right: 5%;
} }
.right_part_block_present_technology{ .right_part_block_present_technology{
width: 130px; width: 20%;
} }
.img_block_present_technology{ .img_block_present_technology{
width: 130px; width: 100%;
height: 100%;
object-fit: scale-down;
} }

View File

@@ -17,6 +17,9 @@
<div class="standart_txt pointer" onclick="select_language(this)">EN</div> <div class="standart_txt pointer" onclick="select_language(this)">EN</div>
</div> </div>
</div> </div>
<div class="standart_txt orange">
Личный кабинет
</div>
</div> </div>
</div> </div>
</div> </div>