Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
|
27 |
html {
|
28 |
/* Set a larger base font size for mobile readability */
|
29 |
-
font-size:
|
30 |
}
|
31 |
|
32 |
body {
|
@@ -210,7 +210,7 @@ button {
|
|
210 |
@media (min-width: 768px) {
|
211 |
html {
|
212 |
/* Reset to a standard desktop font size */
|
213 |
-
font-size:
|
214 |
}
|
215 |
|
216 |
/* Create a centered, windowed look for containers */
|
|
|
26 |
|
27 |
html {
|
28 |
/* Set a larger base font size for mobile readability */
|
29 |
+
font-size: 1.5em;
|
30 |
}
|
31 |
|
32 |
body {
|
|
|
210 |
@media (min-width: 768px) {
|
211 |
html {
|
212 |
/* Reset to a standard desktop font size */
|
213 |
+
font-size: 1em;
|
214 |
}
|
215 |
|
216 |
/* Create a centered, windowed look for containers */
|