Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
farzaa authored Nov 23, 2022
1 parent 88f4e05 commit 3135286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
flex-flow: column nowrap;
gap: 10px;
height: 100vh;
overflow: scroll;
overflow: auto;
padding: 0px;
position: relative;
}
Expand All @@ -28,7 +28,7 @@ body {
gap: 10px;
height: fit-content;
max-width: 975px;
overflow: scroll;
overflow: auto;
padding: 50px;
position: relative;
width: auto;
Expand Down

1 comment on commit 3135286

@vercel
Copy link

@vercel vercel bot commented on 3135286 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.