From 8869bb3dcd8aef7495574c7925b6a5d7a493281b Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 14 Aug 2016 11:54:57 -0700 Subject: [PATCH] Justify blockquote'd text --- _sass/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index 5b58599fd..08af80f6b 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -111,6 +111,10 @@ blockquote { color: $grey-color; border-left: 4px solid $grey-color-light; padding-left: $spacing-unit / 2; + padding-right: $spacing-unit / 2; + padding-bottom: $spacing-unit / 2; + margin-bottom: 0; + text-align: justify; /* font-size: 18px; */ /* letter-spacing: -1px; */ /* font-style: italic; */