From f0703b9f4697aa27352965b71ce2577ff252d0fd Mon Sep 17 00:00:00 2001 From: Technoboy10 Date: Tue, 23 Aug 2016 08:11:18 -0600 Subject: [PATCH] fix styling error --- src/components/grid/grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/grid/grid.scss b/src/components/grid/grid.scss index 88734b987..d890a0e2d 100644 --- a/src/components/grid/grid.scss +++ b/src/components/grid/grid.scss @@ -15,7 +15,8 @@ margin: 0 auto; padding: 12px; width: $cols12; - justify-content: space-between; } + justify-content: space-between; + } .thumbnail { padding: 0;