Commit aa29ea80 authored by Callil Capuozzo's avatar Callil Capuozzo Committed by GitHub

fix: tweak landing page buttons (#5661)

* Tweak landing details

* flex
Co-authored-by: default avatarVignesh Mohankumar <me@vig.xyz>
parent 3613dc2d
......@@ -49,6 +49,9 @@ const Glow = styled.div`
`
const ContentWrapper = styled.div<{ isDarkMode: boolean }>`
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: min(720px, 90%);
position: absolute;
......@@ -113,7 +116,7 @@ const SubTextContainer = styled.div`
`
const LandingButton = styled(BaseButton)`
padding: 16px;
padding: 16px 0px;
border-radius: 24px;
`
......@@ -142,15 +145,12 @@ const ButtonCTASecondary = styled(LandingButton)`
const ButtonCTAText = styled.p`
margin: 0px;
font-size: 16px;
font-weight: 600;
white-space: nowrap;
@media screen and (min-width: ${BREAKPOINTS.sm}px) {
font-size: 20px;
}
@media screen and (min-width: ${BREAKPOINTS.md}px) {
font-size: 24px;
}
`
const ActionsWrapper = styled.span`
......@@ -158,6 +158,7 @@ const ActionsWrapper = styled.span`
justify-content: center;
gap: 12px;
width: 100%;
max-width: 600px;
& > * {
max-width: 288px;
......
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