diff --git a/assets/css/ticket.css b/assets/css/ticket.css index 5234a07..8e634ef 100644 --- a/assets/css/ticket.css +++ b/assets/css/ticket.css @@ -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);