From dc9777d6c8225a0bd062a0ff7f7a1f497b28d54a Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 24 Dec 2024 08:51:32 +0530 Subject: [PATCH] fix: responsiveness imrovement of home page --- src/App.jsx | 4 ++-- src/components/AboutUs/index.jsx | 4 ++-- src/components/EventsHighlight/index.jsx | 2 +- src/pages/Home/index.jsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index b61b6ca..129bc5a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -45,8 +45,8 @@ function App() { key={route.label} /> ))} - -