]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
tighten up bottom table for mobile
[nano-editor.git] / style.css
index f28304f9433cbc7948425a96c6c3058926e358a8..b865d006a1e90de7b52950404307d8327225ffc1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -69,6 +69,11 @@ table#homepage {
        padding-bottom: 3em;
 }
 
+table#bottom td.indented {
+       padding-left: 1ch;
+       padding-right: 1ch;
+}
+
 /* Mobile (i.e. phones) */
 @media only screen and (max-width: 768px) {
 body {
@@ -78,4 +83,9 @@ body {
 table#homepage {
        font-size: x-small;
 }
+
+table#bottom td.indented {
+       padding-left: 0.5ch;
+       padding-right: 0.5ch;
+}
 }