Skip to content

Commit

Permalink
add margin to top and bottom of landing page content
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 18, 2024
1 parent fe8cb52 commit 08e44c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LandingPage/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Content = () => {
return (
<Box
sx={{
my: 3,
display: 'grid',
gap: 2,
gridTemplateAreas: {
Expand Down

0 comments on commit 08e44c1

Please sign in to comment.