diff --git a/products/statement-generator/public/locales/en/translation.json b/products/statement-generator/public/locales/en/translation.json index 176169a8..67439101 100644 --- a/products/statement-generator/public/locales/en/translation.json +++ b/products/statement-generator/public/locales/en/translation.json @@ -50,7 +50,7 @@ "section7Dropdown3Title": "Can law enforcement get a search warrant to access my data on this site?", "section7Dropdown3Paragraph": "No. Even if law enforcement were to search this site for your data, there would be no data to find. We do not store or save any of your data, ever. There would be nothing to find.\n\nOnce your data has left our site via download, it is your responsibility to keep your data secure.", "sectionTitle8": "Partnership opportunities", - "sectionParagraph8": "Expunge Assist is currently looking for partner organizations to refine and tailor the\nproduct to the needs of their organizations. Contact us to learn more." + "sectionParagraph8": "Expunge Assist is currently looking for partner organizations to refine and tailor the product to the needs of their organizations. Contact us to learn more." }, "before_you_begin_page": { "header": "Before you begin", diff --git a/products/statement-generator/src/pages/Landing.tsx b/products/statement-generator/src/pages/Landing.tsx index 5976ddee..c5e14176 100644 --- a/products/statement-generator/src/pages/Landing.tsx +++ b/products/statement-generator/src/pages/Landing.tsx @@ -124,7 +124,7 @@ const useStyles = makeStyles(({ globals, palette, breakpoints, spacing }) => opportunitySection: { backgroundColor: `${palette.primary.lighter}`, width: '100%', - padding: '100px 80px', + padding: '100px 140px', display: 'flex', flexDirection: 'column', justifyContent: 'center', @@ -134,6 +134,12 @@ const useStyles = makeStyles(({ globals, palette, breakpoints, spacing }) => width: '170px', margin: `${spacing(2)}px auto 0px auto`, }, + '& h3': { + fontSize: '20pt', + }, + [breakpoints.down(breakpoints.values.md)]: { + padding: '48px', + }, [breakpoints.down(breakpoints.values.sm)]: { padding: '24px', }, @@ -431,7 +437,7 @@ function LandingSection8() { return (
-

{t('landing_page.sectionTitle8')}

+

{t('landing_page.sectionTitle8')}

{t('landing_page.sectionParagraph8')}

handleContactUs()}