Skip to content

Commit b99ce6d

Browse files
committed
screen margin size fix 2
1 parent baaecd4 commit b99ce6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pizzaman/PizzaMan.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ body {
5555
#unity-canvas {
5656
width: calc(100vw - 120px*2);
5757
height: calc(2*(100vw - 120px*2));
58-
margin-top: 30px;
58+
margin-top: 60px;
5959
background: #281A34;
6060
border: 5px solid #FF3B7F;
6161
border-radius: 20px;

0 commit comments

Comments
 (0)