From 85607781db59dd6d41cc2fb179f2013f8fd52865 Mon Sep 17 00:00:00 2001 From: Joanna Calamus Date: Fri, 27 Feb 2026 22:22:10 +0530 Subject: [PATCH 1/2] refactor: improve responsive layout for ticket illustration --- src/components/Tickets.jsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/Tickets.jsx b/src/components/Tickets.jsx index 09f095e..edfe1d1 100644 --- a/src/components/Tickets.jsx +++ b/src/components/Tickets.jsx @@ -30,11 +30,18 @@ export default function Tickets() { className="scroll-mt-20 flex flex-col items-center py-6 w-11/12 lg:w-5/6 mx-auto relative" > Tickets Illustration
@@ -42,7 +49,7 @@ export default function Tickets() {