Skip to content

Commit

Permalink
Fixed spacing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtorres committed Apr 10, 2024
1 parent 5e350e5 commit fcb2bd3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions frontend/src/components/ReadySetCyber/RSCFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ export const RSCFooter: React.FC = () => {
</Stack>
</Stack>
<Grid container
spacing={2}
sx={{
textAlign: {
xs: 'center',
sm: 'left'
}
}}>
spacing={2}
sx={{
textAlign: {
xs: 'center',
sm: 'left'
}
}}
>
{links.map((link, index) => (
<Grid item xs={4} sm={3} key={index}>
<Link
Expand Down

0 comments on commit fcb2bd3

Please sign in to comment.