Skip to content

Commit baaecd4

Browse files
committed
screen margin size fix
1 parent f678c53 commit baaecd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Pizzaman/PizzaMan.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ body {
1616
font-weight: 400px;
1717
text-align: center;
1818

19-
width: 100vw;
20-
height: 100vh;
21-
2219
}
2320

2421
.rotation {
@@ -58,6 +55,7 @@ body {
5855
#unity-canvas {
5956
width: calc(100vw - 120px*2);
6057
height: calc(2*(100vw - 120px*2));
58+
margin-top: 30px;
6159
background: #281A34;
6260
border: 5px solid #FF3B7F;
6361
border-radius: 20px;

0 commit comments

Comments
 (0)