Commit 515ce925 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

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

parent 23ed3848
...@@ -57,7 +57,7 @@ const ContentContainer = styled.div<{ isDarkMode: boolean }>` ...@@ -57,7 +57,7 @@ const ContentContainer = styled.div<{ isDarkMode: boolean }>`
position: absolute; position: absolute;
bottom: 0; bottom: 0;
z-index: ${Z_INDEX.dropdown}; z-index: ${Z_INDEX.dropdown};
padding: 32px 0; padding: 32px 0 64px;
transition: ${({ theme }) => `${theme.transition.duration.medium} ${theme.transition.timing.ease} opacity`}; transition: ${({ theme }) => `${theme.transition.duration.medium} ${theme.transition.timing.ease} opacity`};
* { * {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment