From aa97f5b243845c4c24618d041fac7da71a9ddc45 Mon Sep 17 00:00:00 2001 From: Ayushi Srivastava Date: Wed, 21 Aug 2024 00:33:52 +0530 Subject: [PATCH] Lamp fixed --- src/components/ui/lamp.tsx | 38 ++++++++++++++------------- src/pages/Home.tsx | 54 ++++++++++++++++++++------------------ 2 files changed, 48 insertions(+), 44 deletions(-) diff --git a/src/components/ui/lamp.tsx b/src/components/ui/lamp.tsx index 6e839eb..9fe143a 100644 --- a/src/components/ui/lamp.tsx +++ b/src/components/ui/lamp.tsx @@ -18,9 +18,10 @@ export const LampContainer = ({ )} >
+ {/* Adjusting the width based on the screen size */} -
-
+
+
-
-
+
+
-
+
-
+
@@ -83,3 +84,4 @@ export const LampContainer = ({
); }; + diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index bff67ac..36d4b68 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -4,33 +4,35 @@ import glowing_penguin from "../assets/images/glowing_penguin.svg"; const Home = () => { return ( -
-
- - - We appreciate your patience but
something really cool is coming soon! -
-
- Glowing Penguin -
+
+ + + We appreciate your patience but +
+ something really cool is coming soon! +
+
+ Glowing Penguin
); }; -export default Home; \ No newline at end of file +export default Home;