From 7e47cdb40a1dcec060097d8541ea15239bbfaf42 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 21 Feb 2018 16:00:07 +0000 Subject: [PATCH] changing grid items with three children to have one child at a larger breakpoint otherwise grid items appear squashed --- opentech/static_src/src/sass/public/components/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/static_src/src/sass/public/components/_grid.scss b/opentech/static_src/src/sass/public/components/_grid.scss index d720fb68d..3a87e7bc7 100644 --- a/opentech/static_src/src/sass/public/components/_grid.scss +++ b/opentech/static_src/src/sass/public/components/_grid.scss @@ -78,7 +78,7 @@ grid-template-columns: 1fr; grid-gap: 30px; // sass-lint:disable-line no-misspelled-properties - @include media-query(mob-landscape) { + @include media-query(small-tablet) { grid-template-columns: repeat(2, 1fr); } -- GitLab