From 401950068f61a711e5371fd1d08c13b1a288881c Mon Sep 17 00:00:00 2001 From: Silke Pisulla <pisulla@cosmocode.de> Date: Wed, 19 Apr 2017 13:04:37 +0200 Subject: [PATCH] SPR-869: QC Plugin output responsive --- css/plugins/qc.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/plugins/qc.less b/css/plugins/qc.less index 1365b82..35476c6 100644 --- a/css/plugins/qc.less +++ b/css/plugins/qc.less @@ -28,7 +28,7 @@ margin-bottom: 0; @media @screen_min-xxs { - margin-top: -(@page_padding-top); + margin-top: -(@margin-default + 1); margin-right: -(@margin-default); margin-left: -(@margin-default); padding-left: @margin-default; @@ -56,6 +56,8 @@ dl { dt, dd { + padding-bottom: @small-spacing; + @media @screen_max-xxs { float: none; display: inline-block; @@ -63,7 +65,6 @@ max-width: 10em; vertical-align: top; margin-left: 0; - padding-bottom: @small-spacing; } } }