Skip to content

Commit 90fc323

Browse files
committed
fix css img on featured card
1 parent 6a72a07 commit 90fc323

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

assets/css/screen.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,11 @@ License: https://www.wowthemes.net/freebies-license/
125125
}
126126
.featured-box-img-cover {
127127
object-fit: cover;
128-
width: 221px;
129-
height: 290px;
128+
width: 100%;
129+
height: 100%;
130130
max-height:100%;
131131
}
132-
@media (max-width: 1199px) {
133-
.featured-box-img-cover {
134-
height: 333px;
135-
}
136-
}
132+
137133
@media (max-width:991px) {
138134
.featured-box-img-cover {
139135
height: auto;

0 commit comments

Comments
 (0)