Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 0515775

Browse files
authored
Adjust 2 col width range for cards (#49)
1 parent 92243c1 commit 0515775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/card.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
gap: 1rem;
66
}
77

8-
@media (max-width: 600px) {
8+
@media (max-width: 650px) {
99
.card-group {
1010
grid-template-columns: 1fr;
1111
}
1212
}
1313

14-
@media (600px < width <= 800px) {
14+
@media (996px < width <= 1170px) {
1515
.card-group {
1616
grid-template-columns: repeat(2, 1fr);
1717
}

0 commit comments

Comments
 (0)