Skip to content

Commit

Permalink
[Issue 888] Simplify the grid on "The goal" section (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
andycochran authored Dec 14, 2023
1 parent b5ee287 commit 6e67798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/content/IndexGoalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const IndexGoalContent = () => {
data-testid="goal-content"
bottomBorder="light"
>
<Grid tabletLg={{ col: 6 }} desktop={{ col: 5 }} desktopLg={{ col: 6 }}>
<Grid tabletLg={{ col: 6 }}>
<p className="usa-intro padding-bottom-2">{t("goal.paragraph_1")}</p>
<Link href="/newsletter" passHref>
<Button className="margin-bottom-4" type="button" size="big">
Expand All @@ -26,7 +26,7 @@ const IndexGoalContent = () => {
</Button>
</Link>
</Grid>
<Grid tabletLg={{ col: 6 }} desktop={{ col: 7 }} desktopLg={{ col: 6 }}>
<Grid tabletLg={{ col: 6 }}>
<h3 className="tablet-lg:font-sans-lg tablet-lg:margin-bottom-05">
{t("goal.title_2")}
</h3>
Expand Down

0 comments on commit 6e67798

Please sign in to comment.