From 515ce9253d02fe25436567e583756a1f244fc5d5 Mon Sep 17 00:00:00 2001 From: Vignesh Mohankumar Date: Thu, 15 Dec 2022 11:06:17 -0500 Subject: [PATCH] fix: add more padding-bottom on mobile landing page (#5696) --- src/pages/Landing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Landing/index.tsx b/src/pages/Landing/index.tsx index ad0d999c55..feaef60f73 100644 --- a/src/pages/Landing/index.tsx +++ b/src/pages/Landing/index.tsx @@ -57,7 +57,7 @@ const ContentContainer = styled.div<{ isDarkMode: boolean }>` position: absolute; bottom: 0; z-index: ${Z_INDEX.dropdown}; - padding: 32px 0; + padding: 32px 0 64px; transition: ${({ theme }) => `${theme.transition.duration.medium} ${theme.transition.timing.ease} opacity`}; * {