Commit bd8cd714 authored by unipadmini's avatar unipadmini Committed by GitHub

style: Update banner text, font size, color. (#5195)

* chore: Update banner text, font size, color.

* fix css

* Update line height to 88.
Co-authored-by: default avatarPadmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
Co-authored-by: default avatarVignesh Mohankumar <me@vig.xyz>
parent 61d0fd90
...@@ -33,17 +33,13 @@ const HeaderContainer = styled.div` ...@@ -33,17 +33,13 @@ const HeaderContainer = styled.div`
display: flex; display: flex;
max-width: 500px; max-width: 500px;
font-weight: 500; font-weight: 500;
font-size: 60px; font-size: 72px;
line-height: 73px; line-height: 88px;
justify-content: start; justify-content: start;
align-items: start; align-items: start;
padding-top: 40px; padding-top: 40px;
flex-shrink: 0; flex-shrink: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #fc72ff; color: ${({ theme }) => theme.textPrimary};
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
@media only screen and (max-width: ${({ theme }) => `${theme.breakpoint.lg}px`}) { @media only screen and (max-width: ${({ theme }) => `${theme.breakpoint.lg}px`}) {
font-size: 48px; font-size: 48px;
...@@ -88,8 +84,8 @@ const Banner = () => { ...@@ -88,8 +84,8 @@ const Banner = () => {
return ( return (
<BannerContainer> <BannerContainer>
<HeaderContainer> <HeaderContainer>
Best price. {!isMobile && <br />} Better prices. {!isMobile && <br />}
Every listing. More listings.
</HeaderContainer> </HeaderContainer>
{collections ? ( {collections ? (
<Carousel> <Carousel>
......
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