From 696e9d8821adefa245ed45057ea25071f0d8503b Mon Sep 17 00:00:00 2001 From: Aswanth Vc Date: Sun, 10 Dec 2023 02:20:49 +0530 Subject: [PATCH] fix : mobile launch issue --- src/pages/home/Home.module.css | 4 ++-- src/pages/launch/LaunchHome.module.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/home/Home.module.css b/src/pages/home/Home.module.css index a42ae822..ccd420c7 100644 --- a/src/pages/home/Home.module.css +++ b/src/pages/home/Home.module.css @@ -165,7 +165,7 @@ position: absolute; bottom: 2%; left: -5%; - width: 45vw; + width: 41vw; } .page2 { @@ -196,7 +196,7 @@ width: 35%; } .alien { - width: 45%; + width: 43%; } } .header { diff --git a/src/pages/launch/LaunchHome.module.css b/src/pages/launch/LaunchHome.module.css index fa6ecd5e..56111b06 100644 --- a/src/pages/launch/LaunchHome.module.css +++ b/src/pages/launch/LaunchHome.module.css @@ -27,11 +27,11 @@ @keyframes alien-anim { from { transform: translateX(-5%); - width: 41vw; + /* width: 41vw; */ } to { transform: translateX(5%); - width: 42vw; + /* width: 42vw; */ } } .home { @@ -185,7 +185,7 @@ position: absolute; bottom: 2%; left: -5%; - width: 45vw; + width: 41vw; } .page2 { @@ -216,7 +216,7 @@ width: 35%; } .alien { - width: 45%; + width: 42%; } } .header {