Fix: Prevent early list wrapping in some cases

This commit is contained in:
lscambo13
2025-01-02 10:08:04 -08:00
parent f7843b9cb5
commit 0bf21ae4a0

View File

@@ -233,7 +233,7 @@ html {
@media (min-width: 48.125em) {
.backdropCard {
width: 32%;
width: 31%;
}
}