Fix: ticket cards now visible below 1400px - move hide rule to media query

This commit is contained in:
2026-01-31 11:38:18 -05:00
parent 79706f790d
commit 23da1ef421

View File

@@ -1566,10 +1566,12 @@ button:active {
transform: translateY(-2px); transform: translateY(-2px);
} }
/* ===== RESPONSIVE TICKET CARDS - Hidden on desktop ===== */ /* ===== RESPONSIVE TICKET CARDS - Hidden on desktop (1400px+) ===== */
@media (min-width: 1400px) {
.ticket-cards { .ticket-cards {
display: none; display: none;
} }
}
.ticket-card-empty { .ticket-card-empty {
padding: 3rem; padding: 3rem;