diff options
Diffstat (limited to 'src/http/static/mediocre.css')
-rw-r--r-- | src/http/static/mediocre.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index 27dd963..5f692df 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -58,12 +58,12 @@ html { font-family: Georgia, serif; - font-size: 1em; + font-size: 16px; } -@media (max-width: 800px) { +@media (max-device-width: 800px) { html { - font-size: 1.3em; + font-size: 36px; } } |