Skip to content

Commit eb496cf

Browse files
committed
Give cards a min-width so shrink/expand doesn't change size.
1 parent dfd01da commit eb496cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/cards/card.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
position:absolute;
77
z-index: $z-index-card;
88
margin: 0.5rem 2rem;
9+
min-width: 468px;
910
}
1011

1112
.left-card, .right-card {

0 commit comments

Comments
 (0)