From 963d772165a24f7f6b9bb32f0398d7e651b7fcf2 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 25 Mar 2024 09:17:36 -0400 Subject: [PATCH] Update columnate.css Enforce no right margin for blockquotes to avoid excessively narrow pullquote appearance --- columnate.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/columnate.css b/columnate.css index 773607a..6de6306 100644 --- a/columnate.css +++ b/columnate.css @@ -46,3 +46,7 @@ iframe { width: auto; height: auto; } + +blockquote { + margin-right: 0; +}