Skip to content

Commit

Permalink
fix: landing page margins
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Apr 30, 2024
1 parent d20cb78 commit da41cb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions frontend/src/pages/Landing/Home/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const LandingPage = (): JSX.Element => {
<SectionTitleText>
No onboarding, no fees, no code.
</SectionTitleText>
<SectionBodyText>
<SectionBodyText mt="1rem">
Sign in with your government email address, and start building
forms immediately. It’s free, and requires no onboarding or
approvals.
Expand Down Expand Up @@ -249,7 +249,7 @@ export const LandingPage = (): JSX.Element => {
<SectionTitleText>
Supporting national and emergent use cases
</SectionTitleText>
<SectionBodyText textAlign={{ lg: 'center' }}>
<SectionBodyText textAlign={{ lg: 'center' }} mt="1rem">
Form is a critical enabler of many agency workflows. Notable forms
launched include:
</SectionBodyText>
Expand All @@ -271,7 +271,7 @@ export const LandingPage = (): JSX.Element => {
title="Secure collection of responses"
imgSrc={storageModeImg}
>
<SectionBodyText>
<SectionBodyText mt="1rem">
All form responses are either encrypted end-to-end (Storage mode) or
sent directly to your email inbox (Email mode). This means third
parties, including FormSG, will not be able to access or view your
Expand Down Expand Up @@ -310,7 +310,7 @@ export const LandingPage = (): JSX.Element => {
imgSrc={openSourceImg}
direction={{ base: 'column', lg: 'row-reverse' }}
>
<SectionBodyText>
<SectionBodyText mt="1rem">
Our code is open source, meaning anyone can help improve it and build
on it, including governments of other countries.
</SectionBodyText>
Expand All @@ -327,7 +327,7 @@ export const LandingPage = (): JSX.Element => {
direction={{ base: 'column', lg: 'row' }}
>
<Box>
<SectionBodyText>
<SectionBodyText mt="1rem">
Have a question? Most answers can be found in our self-service Help
Center. Common questions include:
</SectionBodyText>
Expand Down Expand Up @@ -504,7 +504,7 @@ export const LandingPage = (): JSX.Element => {
imgSrc={ogpSuiteImg}
direction={{ base: 'column', lg: 'row' }}
>
<SectionBodyText>
<SectionBodyText mt="1rem">
FormSG is part of the **Open Government Products Suite**, and as a
public officer you can mix and match from our set of productivity and
collaboration tools.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const LandingPaymentsPage = (): JSX.Element => {
bg="primary.100"
>
<Box>
<SectionBodyText>
<SectionBodyText mt="1rem">
Have a question? Most answers can be found in our self service Help
Center. Common questions include:
</SectionBodyText>
Expand Down

0 comments on commit da41cb3

Please sign in to comment.