]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
render download & docs the same
[nano-editor.git] / style.css
index 65e93a22b383d0288b000944a48798b3e5ed1a95..670aa363adc9c62eb42be51f3d72c91bc06f1e2c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -75,6 +75,11 @@ table#bottom td.indented {
        padding-right: 1ch;
 }
 
+table#docs,
+table#download {
+       width: 80%;
+}
+
 /* Mobile (i.e. phones) */
 @media only screen and (max-width: 768px) {
 body {
@@ -90,4 +95,9 @@ table#bottom td.indented {
        padding-left: 0.5ch;
        padding-right: 0.5ch;
 }
+
+table#docs,
+table#download {
+       width: 100%;
+}
 }