From f28c0d2b6bc0413978d24b35418d4874ecc5c106 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 30 Aug 2016 12:15:20 +0000 Subject: [PATCH] done #589 @0:15 --- less/315-quote.less | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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%; } } -- 2.39.5