Sebastiankay commited on
Commit
baf2aae
1 Parent(s): 3457d9b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -25,7 +25,7 @@
25
  color: #fff;
26
  }
27
 
28
- @media (max-width: 400px) {
29
  body {
30
  font-size: 12px;
31
  position: fixed;
@@ -39,6 +39,7 @@
39
  top: 50%;
40
  left: 50%;
41
  transform: translate(-50%, -50%);
 
42
  }
43
  }
44
 
 
25
  color: #fff;
26
  }
27
 
28
+ @media (max-width: 450px) {
29
  body {
30
  font-size: 12px;
31
  position: fixed;
 
39
  top: 50%;
40
  left: 50%;
41
  transform: translate(-50%, -50%);
42
+ transform: scale(0.9);
43
  }
44
  }
45