Skip to content

Commit

Permalink
Merge pull request #3 from wb-ts/dev
Browse files Browse the repository at this point in the history
fix: game screen size
  • Loading branch information
wb-ts authored Aug 23, 2022
2 parents fc20fab + a4acce4 commit 0c2dd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wrapper {
width: 100%;
height: 95vh;
max-width: 1400px;
/* height: 95vh; */
width: 75%;
text-align: center;
margin: 0 auto;
}
Expand Down

0 comments on commit 0c2dd61

Please sign in to comment.