]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
tighten up top table for mobile
[nano-editor.git] / style.css
index 3f1cb37487879173c740ea51bcd7e5c69e805ce8..65e93a22b383d0288b000944a48798b3e5ed1a95 100644 (file)
--- a/style.css
+++ b/style.css
@@ -68,3 +68,26 @@ table#homepage {
        padding-top: 3em;
        padding-bottom: 3em;
 }
+
+table#top td,
+table#bottom td.indented {
+       padding-left: 1ch;
+       padding-right: 1ch;
+}
+
+/* Mobile (i.e. phones) */
+@media only screen and (max-width: 768px) {
+body {
+       margin: 0px;
+}
+
+table#homepage {
+       font-size: x-small;
+}
+
+table#top td,
+table#bottom td.indented {
+       padding-left: 0.5ch;
+       padding-right: 0.5ch;
+}
+}