Skip to content

Commit

Permalink
fix css img on featured card
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Mar 22, 2019
1 parent 6a72a07 commit 90fc323
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,11 @@ License: https://www.wowthemes.net/freebies-license/
}
.featured-box-img-cover {
object-fit: cover;
width: 221px;
height: 290px;
width: 100%;
height: 100%;
max-height:100%;
}
@media (max-width: 1199px) {
.featured-box-img-cover {
height: 333px;
}
}

@media (max-width:991px) {
.featured-box-img-cover {
height: auto;
Expand Down

0 comments on commit 90fc323

Please sign in to comment.