From e1367b714bd4ca03e6f73434a66674fefe961444 Mon Sep 17 00:00:00 2001 From: Maggie Walker Date: Wed, 21 Sep 2016 14:28:01 -0700 Subject: [PATCH] Ensure icon blocks clear only on homepage --- www/source/stylesheets/_icon-block.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/source/stylesheets/_icon-block.scss b/www/source/stylesheets/_icon-block.scss index 1be8e12c6..936e66e09 100644 --- a/www/source/stylesheets/_icon-block.scss +++ b/www/source/stylesheets/_icon-block.scss @@ -1,5 +1,5 @@ -.icon-blocks { - @media (min-width: 640px) and (max-width: 1023px) { +.index .icon-blocks { + @media (max-width: 1023px) { .columns:nth-child(odd) { clear: left; }