From 994b9fe0224143883bf64b432fd9dabbd484172f Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 18 Jun 2017 12:07:23 +0200 Subject: [PATCH] blockquotes --- docs/_sass/libs/_changes.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_sass/libs/_changes.scss b/docs/_sass/libs/_changes.scss index 3630656..aa259d5 100644 --- a/docs/_sass/libs/_changes.scss +++ b/docs/_sass/libs/_changes.scss @@ -93,12 +93,16 @@ blockquote { line-height: 2.1em; margin: 0 0 _size(element-margin) 0; padding: 2em; - background-color:#ddd; + background-color:rgb(240,240,240); @include breakpoint(small){ + line-height: 1.9em; font-size: 1em; padding: 1em; } + li { + margin-bottom: 1em; + } } .video-container {