0.0.46
This commit is contained in:
@@ -75,6 +75,24 @@ body,html{
|
||||
padding-right: 90px;
|
||||
}
|
||||
|
||||
.description_page{
|
||||
margin-top: 60px;
|
||||
display: block;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.title_page{
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: #000000;
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.standart_txt{
|
||||
color: #ffffff;
|
||||
/*font-family: Spline Sans;*/
|
||||
@@ -800,4 +818,35 @@ body,html{
|
||||
.list_characters_widget_how_dev > li{
|
||||
color: #000000;
|
||||
text-transform: unset;
|
||||
}
|
||||
|
||||
/*block present technology*/
|
||||
|
||||
.txt_block_present_technology{
|
||||
width: 100%;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.content_block_present_technology{
|
||||
width: calc(100% - 170px);
|
||||
margin-left: 170px;
|
||||
text-align: -webkit-right;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.left_part_block_present_technology{
|
||||
width: calc(100% - 230px);
|
||||
}
|
||||
.right_part_block_present_technology{
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.img_block_present_technology{
|
||||
width: 130px;
|
||||
}
|
||||
Reference in New Issue
Block a user