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