Skip to content

Commit

Permalink
try to fix about height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Oct 26, 2024
1 parent da62086 commit 7ce33d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/AboutScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { VERSION_NUMBER } from '@/game/constants';

export default function AboutScreen() {
return (
<Container maxWidth="md">
<Container maxWidth="md" sx={{ height: '100vh', display: 'flex', flexDirection: 'column' }}>
<Box sx={{ flexGrow: 1, py: 4 }}>
<Box sx={{ display: 'flex', flexDirection: 'column', gap: 4 }}>
<Box>
Expand Down

0 comments on commit 7ce33d3

Please sign in to comment.