X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=style.css;fp=style.css;h=670aa363adc9c62eb42be51f3d72c91bc06f1e2c;hp=65e93a22b383d0288b000944a48798b3e5ed1a95;hb=69165b37b32064e3ad4b84dd98369f7dbb43de74;hpb=795d27ea2f3bd7b75a65f88d28b1f7c13c0c6eee diff --git a/style.css b/style.css index 65e93a2..670aa36 100644 --- 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%; +} }