Sebastiankay
commited on
Commit
•
1268ec1
1
Parent(s):
e55593d
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
border-radius: 10px;
|
33 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
34 |
}
|
35 |
-
@media (max-width:
|
36 |
body {
|
37 |
font-size: 12px;
|
38 |
position: relative;
|
@@ -40,8 +40,10 @@
|
|
40 |
left: 0;
|
41 |
width: 100vw;
|
42 |
height: 100vh;
|
|
|
43 |
}
|
44 |
-
|
|
|
45 |
position: fixed;
|
46 |
margin: auto 0;
|
47 |
position: absolute;
|
|
|
32 |
border-radius: 10px;
|
33 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
34 |
}
|
35 |
+
@media (max-width:300px) {
|
36 |
body {
|
37 |
font-size: 12px;
|
38 |
position: relative;
|
|
|
40 |
left: 0;
|
41 |
width: 100vw;
|
42 |
height: 100vh;
|
43 |
+
overflow: hidden;
|
44 |
}
|
45 |
+
|
46 |
+
.game-container {
|
47 |
position: fixed;
|
48 |
margin: auto 0;
|
49 |
position: absolute;
|