Skip to content

Commit 44887ca

Browse files
committed
fix move
1 parent 41e6e00 commit 44887ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

04-Breakout-Game/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ body {
2727
flex-direction: column;
2828
align-items: center;
2929
justify-content: center;
30-
min-height: 100vh;
30+
/*min-height: 100vh;*/
3131
margin: 0;
3232
overscroll-behavior-y: contain;
33+
max-height: 80vh;
3334
}
3435

3536
h1 {

0 commit comments

Comments
 (0)