Skip to content

Commit

Permalink
center scroll element
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Aug 14, 2023
1 parent 1a17240 commit 83ed3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Core/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const CoreIntro = ({ title, text, link }: BaseBlock) => {
<Grid
container
className={css.container}
spacing={{ xs: 6, md: '30px', xl: '50px' }}
rowSpacing={{ xs: 6 }}
columnSpacing={{ md: '30px', xl: '50px' }}
justifyContent="space-between"
alignItems="center"
>
Expand Down

0 comments on commit 83ed3d0

Please sign in to comment.