From f02c0b96d68c74b3c9b35fa37ec3c64c10ed0628 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 11 Mar 2025 20:00:08 -0400 Subject: [PATCH] adjusted width of ticket-container --- assets/css/ticket.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);