fix: add more padding-bottom on mobile landing page (#5696)

This commit is contained in:
Vignesh Mohankumar 2022-12-15 11:06:17 -05:00 committed by GitHub
parent 23ed384802
commit 515ce9253d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`};
* {