From 9bfb9462e7b05e9e78911d6fdaf60ddc61e7cc0a Mon Sep 17 00:00:00 2001 From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in> Date: Wed, 6 Nov 2024 23:15:55 +0530 Subject: [PATCH] new changes added --- index.css | 10 ++++++++++ index.html | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 2a6f6fa..bab40b2 100644 --- a/index.css +++ b/index.css @@ -4,6 +4,7 @@ body { } /* Popup Styles */ .popup { + transition: opacity 0.3s ease, visibility 0.3s ease; display: none; /* Hidden by default */ position: fixed; /* Stay in place */ left: 0; @@ -142,6 +143,8 @@ p { } .video-container video { + max-width: 100%; + width: calc(100% + 150px); /* Increase the width to crop from the right */ height: auto; /* Maintain aspect ratio */ position: relative; @@ -330,6 +333,13 @@ p { } @media (max-width:480px) { + .ticket-list { + flex-direction: column; /* Stack cards vertically on smaller screens */ + align-items: center; + } + .navbar ul { + flex-direction: column; + } #darkModeToggle{ margin-top: 20px; } diff --git a/index.html b/index.html index 97f2605..e0dc6a5 100644 --- a/index.html +++ b/index.html @@ -1697,4 +1697,5 @@

FIND US

- \ No newline at end of file + + \ No newline at end of file