Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-12-18 12:24:29 +03:00

View File

@@ -372,7 +372,7 @@ body.n_scroll{
} }
.service_img{ .service_img{
object-fit: scale-down; object-fit: contain;
width: 60px; width: 60px;
height: 60px; height: 60px;
} }
@@ -451,7 +451,7 @@ body.n_scroll{
.img_descript_process{ .img_descript_process{
width: 150px; width: 150px;
height: 150px; height: 150px;
object-fit: scale-down; object-fit: contain;
object-position: bottom; object-position: bottom;
} }
@@ -733,7 +733,7 @@ body.n_scroll{
.logo_3d_sec_designer{ .logo_3d_sec_designer{
height: 100%; height: 100%;
width: 100%; width: 100%;
object-fit: scale-down; object-fit: contain;
object-position: bottom; object-position: bottom;
} }
@@ -1001,7 +1001,7 @@ body.n_scroll{
.img_block_present_technology{ .img_block_present_technology{
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: scale-down; object-fit: contain;
} }
/* functional features*/ /* functional features*/
@@ -1034,7 +1034,7 @@ body.n_scroll{
.image_functional_features{ .image_functional_features{
max-width: 100%; max-width: 100%;
object-fit: scale-down; object-fit: contain;
border-radius: 10px; border-radius: 10px;
} }
@@ -1084,7 +1084,7 @@ body.n_scroll{
.img_item_functional_features{ .img_item_functional_features{
max-width: 100%; max-width: 100%;
object-fit: scale-down; object-fit: contain;
object-position: bottom; object-position: bottom;
height: 100%; height: 100%;
} }
@@ -1241,7 +1241,7 @@ body.n_scroll{
.img_part_w_one_present{ .img_part_w_one_present{
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: scale-down; object-fit: contain;
object-position: top; object-position: top;
max-height: 50vh; max-height: 50vh;
} }