0.0.157
This commit is contained in:
@@ -25,6 +25,7 @@ body,html{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
body.n_scroll{
|
||||
overflow-y: hidden;
|
||||
}
|
||||
@@ -752,7 +753,7 @@ body.n_scroll{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
object-position: bottom;
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
/*faq*/
|
||||
@@ -1087,13 +1088,15 @@ body.n_scroll{
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.container_content_features_block_item{
|
||||
width: 17%;
|
||||
.container_content_features_block_item {
|
||||
width: 20%;
|
||||
display: block;
|
||||
/* margin-left: 10px; */
|
||||
/* margin-right: 10px; */
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
/* flex: auto; */
|
||||
/* flex: auto; */
|
||||
}
|
||||
|
||||
.container_content_features_block_item.bottom{
|
||||
@@ -1237,6 +1240,7 @@ body.n_scroll{
|
||||
padding: 25px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.w_one_present.odd{
|
||||
@@ -1526,6 +1530,6 @@ body.n_scroll{
|
||||
.img_proj{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
}
|
||||
BIN
static/image_f_800_slider/output-onlinepngtools.png
Normal file
BIN
static/image_f_800_slider/output-onlinepngtools.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 B |
BIN
static/images/image_f_800_slider.png
Normal file
BIN
static/images/image_f_800_slider.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 B |
Reference in New Issue
Block a user