]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
tighten up top table for mobile
[nano-editor.git] / style.css
index f28304f9433cbc7948425a96c6c3058926e358a8..65e93a22b383d0288b000944a48798b3e5ed1a95 100644 (file)
--- a/style.css
+++ b/style.css
@@ -69,6 +69,12 @@ table#homepage {
        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 {
@@ -78,4 +84,10 @@ body {
 table#homepage {
        font-size: x-small;
 }
+
+table#top td,
+table#bottom td.indented {
+       padding-left: 0.5ch;
+       padding-right: 0.5ch;
+}
 }