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