Skip to content

Commit

Permalink
chore: update max width for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
adit-prawira committed Jan 26, 2024
1 parent 6d65e43 commit 4f8921c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/components/Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
height: 83vh;
padding: 10px;
transition: transform 0.5s ease-in-out;
display: flex;
justify-content: center;
}

.page-enter {
Expand Down
1 change: 1 addition & 0 deletions src/pages/Home/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const useStyles = makeStyles<Theme>((theme) =>
overflowY: "auto",
overflowX: "hidden",
padding: "2%",
width: "2000px",
},

time: {
Expand Down

0 comments on commit 4f8921c

Please sign in to comment.