From 0ca330cbe57ac30fce67e171afa8c524ecc0d807 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 1 Aug 2016 14:59:51 +0000 Subject: [PATCH] Fix #584 @0:15 --- less/315-quote.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/less/315-quote.less b/less/315-quote.less index 4288aba..abe6f7c 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -184,6 +184,13 @@ //pointer-events: none; // Disabled to allow messages to be hidden on click display: none; + @media (max-width: 560px) { + padding: 20px 30px; + min-width: 0; + width: 90%; + font-size: 13px; + } + br { line-height: 2.5; } -- 2.39.5