From 03e64f959cd6ec285649f37af8f021668cc5cca9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 25 Nov 2023 11:58:24 -0500 Subject: [PATCH 1/1] reduce blockquote margins on mobile --- style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.2