Skip to content

Commit

Permalink
change max-width to 420
Browse files Browse the repository at this point in the history
  • Loading branch information
TranNhi27 committed May 22, 2024
1 parent 1df8e48 commit 52d69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#unity-container {
width: 100vw; /* Fill the viewport width */
max-width: 520px;
max-width: 420px;
height: 100vh; /* Fill the viewport height */
display: flex;
justify-content: center;
Expand Down

0 comments on commit 52d69b2

Please sign in to comment.