Skip to content

Commit

Permalink
fix spacing causing weird horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneIsrael committed Oct 18, 2023
1 parent 269b5ff commit 28052bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
min-height: 100vh;
max-width: 100%;
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion client/src/views/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Welcome = (props) => {

return (
<Appbar>
<Grid container justifyContent="center" spacing={2} mt={4} mb={10}>
<Grid container justifyContent="center" gap={2} mt={4} mb={5}>
<Grid xs={12}>
<Fade in={!loading} timeout={500}>
<div>
Expand Down

0 comments on commit 28052bd

Please sign in to comment.