Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const About = () => {
>
WHAT DO WE DO?
</h1>
<Grid container sx={{ marginTop: '10%', display: 'flex', justifyContent: { xs: 'center', sm: 'flex-start' } }}>
<Grid container sx={{ marginTop: '10%', display: 'flex', justifyContent: { xs: 'center', sm: 'center' } }}>
<Grid
item
sm={4}
Expand Down