From: Mike Frysinger Date: Sat, 25 Nov 2023 16:58:24 +0000 (-0500) Subject: reduce blockquote margins on mobile X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=03e64f959cd6ec285649f37af8f021668cc5cca9 reduce blockquote margins on mobile --- diff --git a/style.css b/style.css index be33cd9..8db3c1f 100644 --- a/style.css +++ b/style.css @@ -98,6 +98,10 @@ body { margin: 0px; } +blockquote { + margin: 1em 0 1em 0; +} + table#homepage { font-size: x-small; }