fix: add more padding-bottom on mobile landing page (#5696)
This commit is contained in:
parent
23ed384802
commit
515ce9253d
@ -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`};
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user