From 9d6c0ae99953c5f8de566b183152518f95ef7295 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Thu, 20 Apr 2017 12:29:06 +0200 Subject: [PATCH] SPR-814: detail.php "show img " - responsive dl --- css/template_detail.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/template_detail.less b/css/template_detail.less index 204f004..ee9af44 100644 --- a/css/template_detail.less +++ b/css/template_detail.less @@ -99,11 +99,11 @@ background-color: @ini_highlight; color: @ini_highlight_text; - @media @screen_min-xxs { + @media @screen_min-xs { width: 33.3%; } - @media @screen_max-xxs { + @media @screen_max-xs { width: 40%; } } @@ -111,11 +111,11 @@ dd { padding-left: (@small-spacing * 2); - @media @screen_min-xxs { + @media @screen_min-xs { width: 66.6%; } - @media @screen_max-xxs { + @media @screen_max-xs { width: 59.9%; } }