Skip to content

Commit f678c53

Browse files
committed
screen size fix 3
1 parent d494462 commit f678c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pizzaman/PizzaMan.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ body {
5656
}
5757

5858
#unity-canvas {
59-
width: calc(100vw - 75px*2);
60-
height: calc(2*(100vw - 75px*2));
59+
width: calc(100vw - 120px*2);
60+
height: calc(2*(100vw - 120px*2));
6161
background: #281A34;
6262
border: 5px solid #FF3B7F;
6363
border-radius: 20px;

0 commit comments

Comments
 (0)