]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
render download & docs the same
[nano-editor.git] / style.css
index f28304f9433cbc7948425a96c6c3058926e358a8..670aa363adc9c62eb42be51f3d72c91bc06f1e2c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -69,6 +69,17 @@ table#homepage {
        padding-bottom: 3em;
 }
 
+table#top td,
+table#bottom td.indented {
+       padding-left: 1ch;
+       padding-right: 1ch;
+}
+
+table#docs,
+table#download {
+       width: 80%;
+}
+
 /* Mobile (i.e. phones) */
 @media only screen and (max-width: 768px) {
 body {
@@ -78,4 +89,15 @@ body {
 table#homepage {
        font-size: x-small;
 }
+
+table#top td,
+table#bottom td.indented {
+       padding-left: 0.5ch;
+       padding-right: 0.5ch;
+}
+
+table#docs,
+table#download {
+       width: 100%;
+}
 }