diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ff7a88c..aff92f4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -64,13 +64,13 @@ const IndexPage = () => { Let’s support each other - + From Our Community Proudly presenting the contributions of everyone who helped us achieve more. - + Never miss an event! @@ -100,7 +100,7 @@ const Section = styled.section` margin: 0 auto; text-align: center; font-size: 28px; - padding: 60px 20px; + padding: 80px 20px; h2 { font-size: 60px; @@ -153,20 +153,32 @@ const SectionLink = styled(Link)` ` const HeroSection = styled(Section)` - padding: 80px 0; + padding: 40px 0; h1 { font-size: 72px; max-width: 900px; margin: 0 auto; - margin-bottom: 18px; + margin-bottom: 40px; + } + + p { + margin-bottom: 26px; + } + + @media (min-width: 768px) { + } + @media (min-width: 992px) { + padding: 200px 0; + } + @media (min-width: 1280px) { } ` const BecomePartSection = styled(Section)` display: flex; justify-content: space-around; align-items: center; - + padding: 240px 0; h2 { text-align: left; } @@ -270,6 +282,10 @@ const MarketingSection = styled(Section)` } ` +const CommunitySection = styled(Section)` + padding: 200px 0; +` + const SupportSection = styled(Section)` background-color: #f5f5f5; max-width: 100%;
Proudly presenting the contributions of everyone who helped us achieve more.