From 2c9533296c6cdc1f904f971502b231d16e13e257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 23 Feb 2018 18:34:53 +0100 Subject: fixup! Reduced split to 380px for 2 col on 1440px monitors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/_details.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/_details.scss b/css/_details.scss index bbf98c5d..8c65b25a 100644 --- a/css/_details.scss +++ b/css/_details.scss @@ -232,7 +232,8 @@ $grid-input-height-with-margin: calc(#{$grid-height-unit} - (#{$grid-input-margi section { display: grid; - grid-template-columns: repeat(auto-fit, minmax(#{$grid-column-width}, 1fr)); + /* unquote is a strange hack to avoid removal of the comma by the scss compiler */ + grid-template-columns: repeat(auto-fit, minmax(unquote("#{$grid-column-width}"), 1fr)); grid-column-gap: 20px; } -- cgit v1.2.3