From: Mike Frysinger Date: Tue, 14 Nov 2023 16:33:01 +0000 (-0500) Subject: css: tighten mobile display a little X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=df427ba41658ee70224b398ea35834e602cc1b65 css: tighten mobile display a little --- diff --git a/style.css b/style.css index 3f1cb37..f28304f 100644 --- a/style.css +++ b/style.css @@ -68,3 +68,14 @@ table#homepage { padding-top: 3em; padding-bottom: 3em; } + +/* Mobile (i.e. phones) */ +@media only screen and (max-width: 768px) { +body { + margin: 0px; +} + +table#homepage { + font-size: x-small; +} +}