Update appcache version.
[skeletonkey.git] / core.css
index 341f2ae92612fcf72c47c7a825bd63bde0dced7e..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,20 +81,27 @@ hr {
   clear: both;
 }
 
-@media screen and (max-width: 800px) {
+@media screen and (max-width: 450px) {
   body {
     margin: 0;
     padding: 0;
-    width: 90%;
+    width: 100%;
+    font-size: 1.1em;
+  }
+
+  li {
+    margin-bottom: 1.4em;
   }
 
-  li input {
+  li input, li .input {
     display: block;
     width: 100%;
+    box-sizing: border-box;
   }
 
   li label {
     text-align: left;
+    color: hsl(0, 0%, 23%);
   }
 
   li button {
@@ -101,4 +109,8 @@ hr {
     width: 100%;
     margin: 0;
   }
+
+  hr {
+    display: none;
+  }
 }