Commit 0f32ed34 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: update landing page paddings (#5633)

parent 3703e843
......@@ -24,8 +24,8 @@ const PageWrapper = styled.div<{ isDarkMode: boolean }>`
display: flex;
flex-direction: column;
justify-content: end;
padding: 64px 24px;
align-items: center;
padding: 32px;
transition: 250ms ease opacity;
pointer-events: none;
......@@ -34,11 +34,7 @@ const PageWrapper = styled.div<{ isDarkMode: boolean }>`
}
@media screen and (min-width: ${BREAKPOINTS.sm}px) {
padding: 64px 64px ${PADDING_BOTTOM}px;
}
@media screen and (min-width: ${BREAKPOINTS.md}px) {
padding: 32px 32px ${PADDING_BOTTOM}px;
padding: 64px;
}
`
......
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