Add mobile style
[skeletonkey.git] / core.css
index ab1b302e3564c3e8df6dfad475a72ce813e29adb..fe48e8059007eca5e69602b792ffee1388bb6cb8 100644 (file)
--- a/core.css
+++ b/core.css
@@ -79,3 +79,9 @@ hr {
 .clear {
   clear: both;
 }
+
+@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
+  body {
+    font-size: 1.1em;
+  }
+}