adjusted width of ticket-container

This commit is contained in:
2025-03-11 20:00:08 -04:00
parent a47e46fc43
commit f02c0b96d6

View File

@ -1,6 +1,8 @@
/* Base Layout Components */
.ticket-container {
max-width: 1200px;
width: 90%;
min-width: 800px;
max-width: 1800px;
margin: 40px auto;
padding: 20px;
background: var(--bg-secondary);