From 89d8d90e023f4f0fb2f7842b9af3fb5370207d25 Mon Sep 17 00:00:00 2001 From: Oswaldo Acauan Date: Sun, 17 Nov 2013 22:52:26 -0200 Subject: [PATCH] fix(styles): Fix pullquote style on small viewports --- src/assets/_scss/modules/_quotes.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/_scss/modules/_quotes.scss b/src/assets/_scss/modules/_quotes.scss index edcf0eb2..12523b1c 100644 --- a/src/assets/_scss/modules/_quotes.scss +++ b/src/assets/_scss/modules/_quotes.scss @@ -16,6 +16,11 @@ blockquote { font-size: 28px; margin: 48px -90px; border-left: none; + + @include breakpoint(small) { + margin: 30px 0; + font-size: 22px; + } } @include breakpoint(small) {