Update appcache version.
[skeletonkey.git] / core.css
index fe48e8059007eca5e69602b792ffee1388bb6cb8..619593d1a77e14cb3269c35b2f4eddd8f5da0a2d 100644 (file)
--- a/core.css
+++ b/core.css
@@ -38,7 +38,8 @@ li label {
   font-weight: bold;
 }
 
-li input {
+li input, li .input {
+  display: inline-block;
   padding: .3em;
   width: 22em;
   font-size: 1em;
@@ -80,8 +81,36 @@ hr {
   clear: both;
 }
 
-@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
+@media screen and (max-width: 450px) {
   body {
+    margin: 0;
+    padding: 0;
+    width: 100%;
     font-size: 1.1em;
   }
+
+  li {
+    margin-bottom: 1.4em;
+  }
+
+  li input, li .input {
+    display: block;
+    width: 100%;
+    box-sizing: border-box;
+  }
+
+  li label {
+    text-align: left;
+    color: hsl(0, 0%, 23%);
+  }
+
+  li button {
+    float: none;
+    width: 100%;
+    margin: 0;
+  }
+
+  hr {
+    display: none;
+  }
 }