From cc2a5e7115f9624e0387dd432370193b923931ef Mon Sep 17 00:00:00 2001 From: Arkapravo-Ghosh Date: Tue, 20 Aug 2024 14:29:26 +0530 Subject: [PATCH] feat: made the text on landing responsive --- src/pages/Home.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 7e599e2..bff67ac 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -15,7 +15,11 @@ const Home = () => { duration: 0.8, ease: "easeInOut", }} - className="text-center text-white text-6xl font-semibold font-manrope leading-[80px]" + className="text-center text-white font-semibold font-manrope leading-tight + sm:text-3xl sm:leading-[40px] + md:text-4xl md:leading-[50px] + lg:text-5xl lg:leading-[60px] + xl:text-6xl xl:leading-[70px]" > We appreciate your patience but
something really cool is coming soon!