Sebastiankay
commited on
Commit
•
11ec5ee
1
Parent(s):
812f6d5
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
color: #fff;
|
26 |
}
|
27 |
|
28 |
-
@media (max-width:
|
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.
|
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 |
|