This commit is contained in:
SBD
2023-11-29 13:27:01 +03:00
parent fc2be35f61
commit be85bb5f16
2 changed files with 34 additions and 27 deletions

View File

@@ -772,10 +772,11 @@ body,html{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.how_dev_widget{
width: calc(25% - 25px);
width: 295px;
margin-right: 25px;
margin-bottom: 100px;
}

View File

@@ -31,15 +31,6 @@
margin-right: 30px;
padding-right: 0;
}
}
@media (max-width: 850px) {
.block_service{
flex-wrap: wrap;
}
.service_block_container {
width: calc(50% - 70px);
}
.left_part_header{
width: 235px;
float: left;
@@ -58,23 +49,6 @@
position: relative;
text-align: -webkit-right;
}
}
@media (max-width: 800px) {
.text_header{
padding-right: 20px;
}
.text_header.last_left {
padding-right: 20px;
}
.language_select {
margin-left: 20px;
margin-right: 20px;
padding-right: 0;
}
}
@media (max-width: 750px) {
.right_part_header{
display: none;
}
@@ -113,4 +87,36 @@
.cut-width{
margin: 0 20px;
}
}
@media (max-width: 850px) {
.block_service{
flex-wrap: wrap;
}
.service_block_container {
width: calc(50% - 70px);
}
}
@media (max-width: 800px) {
.text_header{
padding-right: 20px;
}
.text_header.last_left {
padding-right: 20px;
}
.language_select {
margin-left: 20px;
margin-right: 20px;
padding-right: 0;
}
}
@media (max-width: 750px) {
}