Skip to content

Commit 2dfca78

Browse files
committed
Refactor: remove min/max height properties for CardMedia on medium screens to enhance layout flexibility
1 parent d91533c commit 2dfca78

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/components/cards/CardMedia/card-media.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,7 @@
8585
overflow-x: hidden;
8686

8787
@media screen and (min-width: $screen-md) {
88-
min-height: 5.6rem;
89-
max-height: 5.6rem;
9088
overflow: hidden;
91-
}
92-
93-
@media screen and (min-width: $screen-lg) {
9489
min-height: 2.6rem;
9590
max-height: 2.6rem;
9691
}

0 commit comments

Comments
 (0)