Fixed css issue

This commit is contained in:
2025-03-19 18:36:17 +01:00
parent ed1bdeb86e
commit 6ce4475e70

View File

@@ -56,7 +56,7 @@
.feature_img_div{ .feature_img_div{
width: 40%; width: 40%;
flex: 1; flex: 1;
height: 600px; max-height: 600px;
min-width: 150px; min-width: 150px;
} }
.feature_img_div img{ .feature_img_div img{