Skip to content

Commit 6c5da54

Browse files
committed
fix card overflow in table view
1 parent a2fadf2 commit 6c5da54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/Card.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117

118118
&.blog {
119119
margin: 1rem 0.5rem 0 0.5rem;
120+
@include tablet {
121+
height: 40rem;
122+
}
123+
120124
.card__image {
121125
height: 12rem;
122126
}

0 commit comments

Comments
 (0)