Skip to content

Commit 0e8678c

Browse files
committed
fix mobile display
1 parent f95d2f2 commit 0e8678c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

28-Emoji-Catcher-Game/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ body {
4747
}
4848

4949
.square {
50-
height: 200px;
51-
width: 200px;
52-
margin: 10px;
50+
height: 10vmax;
51+
width: 10vmax;
52+
margin: 1vmax;
5353
background: rgb(61, 61, 61);
5454
}
5555

0 commit comments

Comments
 (0)