Adjust 2 col width range for cards (#49)

This commit is contained in:
Evan Simkowitz
2024-10-04 08:49:39 -07:00
committed by GitHub
parent 92243c1f6e
commit 05157756ec
+2 -2
View File
@@ -5,13 +5,13 @@
gap: 1rem;
}
@media (max-width: 600px) {
@media (max-width: 650px) {
.card-group {
grid-template-columns: 1fr;
}
}
@media (600px < width <= 800px) {
@media (996px < width <= 1170px) {
.card-group {
grid-template-columns: repeat(2, 1fr);
}