Sebastiankay
commited on
Commit
•
6f20c0b
1
Parent(s):
1268ec1
Update index.html
Browse files- index.html +3 -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,7 +40,7 @@
|
|
40 |
left: 0;
|
41 |
width: 100vw;
|
42 |
height: 100vh;
|
43 |
-
|
44 |
}
|
45 |
|
46 |
.game-container {
|
@@ -53,6 +53,7 @@
|
|
53 |
padding: 20px;
|
54 |
border-radius: 10px;
|
55 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
|
|
56 |
}
|
57 |
|
58 |
/*canvas {
|
|
|
32 |
border-radius: 10px;
|
33 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
34 |
}
|
35 |
+
@media (max-width:400px) {
|
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 {
|
|
|
53 |
padding: 20px;
|
54 |
border-radius: 10px;
|
55 |
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
56 |
+
transform: scale(-1.4)
|
57 |
}
|
58 |
|
59 |
/*canvas {
|