From: vincent@cubedesigners.com Date: Tue, 30 Aug 2016 12:15:20 +0000 (+0000) Subject: done #589 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f28c0d2b6bc0413978d24b35418d4874ecc5c106;p=fluidbook-v3.git done #589 @0:15 --- diff --git a/less/315-quote.less b/less/315-quote.less index 7d41a41..e6beb18 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -85,11 +85,11 @@ font-family: @body-font; color: @color-text; - .ios & { - @media @m768 { - font-size: 16px; // iOS will zoom whole page if font size is smaller than 16px - } - } + .ios & { + @media @m768 { + font-size: 16px; // iOS will zoom whole page if font size is smaller than 16px + } + } &:focus { box-shadow: inset 0 -4px 0 #c2c4c7; @@ -157,6 +157,14 @@ .font-thinning(); color: #fff; font-size: 14px; + + @media @m900 { + width: 100%; + } + } + + @media @m900 { + width: 100%; } }