From 3ca826bfc1fe4e7863484f051612aa9a040adf23 Mon Sep 17 00:00:00 2001 From: mntn <85877297+mntn-xyz@users.noreply.github.com> Date: Mon, 9 Aug 2021 12:31:21 -0400 Subject: [PATCH] Fix blockquote top/bottom margin Make top and bottom consistent with other elements --- static/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/typography.css b/static/css/typography.css index acd00e2..5b0abd6 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -104,7 +104,7 @@ ol li::marker { /* Blockquotes */ blockquote { position: relative; - margin-left: 1.5rem; + margin: 0 0 1.5rem 1.5rem; } blockquote::before {