From 6d9c9e73dbd3864dfadb6856980fc0444ba5c698 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Wed, 21 Oct 2020 15:21:42 +0200 Subject: [PATCH] fix quote setting (padding-bottom) --- assets/sass/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index f813ab0..4e9a6c7 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -34,4 +34,5 @@ p { .quote-author { padding-top: 0.3rem; + padding-bottom: 0.3rem; } \ No newline at end of file