diff --git a/templates/dir.html b/templates/dir.html index 7d0ac2b..7c26cfb 100644 --- a/templates/dir.html +++ b/templates/dir.html @@ -9,6 +9,7 @@ html { background: #101010; color: #f0f0f0; font-family: 'Monaspace Argon', monospace; + font-size: 16px; } body { @@ -55,6 +56,21 @@ a:hover { footer { padding: 1em 0; } + +@media screen and (max-width: 700px) { + body { + font-size: 12px; + } + + td { + width: auto; + } + + td:last-of-type, + th:last-of-type { + display: none; + } +}