Skip to content

Commit

Permalink
fix: increase bottom padding on landing page title
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Mar 16, 2024
1 parent a0de1cc commit ad6dba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function LandingPage() {
<Container className="position-absolute top-50 start-50 translate-middle">
<Row className="justify-content-center align-content-center">
<h1
className={`${titleWidth} align-self-center justify-content-center text-center pb-4 balanced`}
className={`${titleWidth} align-self-center justify-content-center text-center pb-5 balanced`}
>
<p>
Figure out where your money went, plan ahead of time and
Expand Down

0 comments on commit ad6dba1

Please sign in to comment.