Skip to content

Commit

Permalink
fix: update carrousel mobile responsivenes
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianRod21 committed Sep 10, 2024
1 parent 0a96903 commit 765e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function About() {
<Grid container rowSpacing={0} columnSpacing={2} maxWidth={'lg'} padding={2}>
<Grid item xs={12}>

<Box sx={{padding: '10rem'}}>
<Box sx={{padding: '1rem'}}>
<InterestCarousel/>
</Box>

Expand Down

0 comments on commit 765e023

Please sign in to comment.