Sebastiankay commited on
Commit
84c31c2
1 Parent(s): 6f20c0b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -33,7 +33,7 @@
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;
39
  top: 0;
@@ -41,6 +41,8 @@
41
  width: 100vw;
42
  height: 100vh;
43
  overflow: hidden;
 
 
44
  }
45
 
46
  .game-container {
@@ -53,7 +55,6 @@
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 {
 
33
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
34
  }
35
  @media (max-width:400px) {
36
+ html, body {
37
  font-size: 12px;
38
  position: relative;
39
  top: 0;
 
41
  width: 100vw;
42
  height: 100vh;
43
  overflow: hidden;
44
+
45
+ transform: scale(-1.4)
46
  }
47
 
48
  .game-container {
 
55
  padding: 20px;
56
  border-radius: 10px;
57
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
 
58
  }
59
 
60
  /*canvas {