This commit is contained in:
SBD
2024-01-19 12:32:05 +03:00
parent e1f2da8835
commit 7caf147533
6 changed files with 56 additions and 7 deletions

View File

@@ -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;
}