Sebastiankay commited on
Commit
11ec5ee
1 Parent(s): 812f6d5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
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: relative;
@@ -40,7 +40,7 @@
40
  top: 50%;
41
  left: 50%;
42
  transform: translate(-50%, -50%);
43
- transform: scale(0.9);
44
  }
45
  }
46
 
 
25
  color: #fff;
26
  }
27
 
28
+ @media (max-width:500px) {
29
  body {
30
  font-size: 12px;
31
  position: relative;
 
40
  top: 50%;
41
  left: 50%;
42
  transform: translate(-50%, -50%);
43
+ transform: scale(0.8);
44
  }
45
  }
46