]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
css: tighten mobile display a little
[nano-editor.git] / style.css
index 3f1cb37487879173c740ea51bcd7e5c69e805ce8..f28304f9433cbc7948425a96c6c3058926e358a8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -68,3 +68,14 @@ table#homepage {
        padding-top: 3em;
        padding-bottom: 3em;
 }
+
+/* Mobile (i.e. phones) */
+@media only screen and (max-width: 768px) {
+body {
+       margin: 0px;
+}
+
+table#homepage {
+       font-size: x-small;
+}
+}