0.0.157
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
}
|
||||
.cut-width{
|
||||
margin: 0 20px;
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
.title_page{
|
||||
font-size: 36px;
|
||||
@@ -264,8 +265,28 @@
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@media (max-width: 900px){
|
||||
.container_content_functional_features_block_items{
|
||||
margin-top: -10%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.container_sections_buttons.main{
|
||||
display: block;
|
||||
}
|
||||
.container_sections_buttons.not_main{
|
||||
display: none;
|
||||
}
|
||||
.container_sliders{
|
||||
display: none;
|
||||
}
|
||||
.container_content_functional_features_block_items{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.container_content_features_block_item{
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -287,4 +308,23 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.first_line_block_functional_features{
|
||||
flex-direction: column-reverse;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.container_txt_first_line_block_functional_features {
|
||||
width: 100%;
|
||||
}
|
||||
.container_image_block_functional_features {
|
||||
width: 100%;
|
||||
}
|
||||
.container_content_features_block_item {
|
||||
width: 100%;
|
||||
}
|
||||
.description_item_features_container{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user