Skip to content

Commit af4ca3b

Browse files
committed
Update: Added game files for iOS and Android and Web
1 parent f6b33f4 commit af4ca3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Web-Version/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
22

3+
html {
4+
overflow-y: hidden;
5+
}
6+
37
body {
48
font-family: "Poppins", sans-serif;
59
background-color: #faf8ef;
@@ -8,6 +12,7 @@ body {
812
align-items: center;
913
min-height: 100vh;
1014
margin: 0;
15+
overflow-y: hidden;
1116
}
1217

1318
#gameContainer {

0 commit comments

Comments
 (0)