From af0d67d379d57c736de559e54758e7b6d88362b6 Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Fri, 21 Sep 2018 10:50:46 +0100 Subject: [PATCH] Change styles to accommodate masonry changes --- services/web/public/stylesheets/app/templates-v2.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/services/web/public/stylesheets/app/templates-v2.less b/services/web/public/stylesheets/app/templates-v2.less index e5a00a2bd5..9ce6739c56 100644 --- a/services/web/public/stylesheets/app/templates-v2.less +++ b/services/web/public/stylesheets/app/templates-v2.less @@ -33,9 +33,12 @@ } .template-thumbnail { - display: inline-block; - margin: 0 0 1em; - width: 100%; + &.template-thumbnail__container { + display: inline-block; + margin: 0 0 1em; + width: 100%; + } + .thumbnail { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); margin: 5% 0; @@ -84,7 +87,6 @@ padding: 5px 50px; } } - } .section-preview {