From fe31ae6f92c170c536a4d574836b31617769ef98 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Tue, 2 Oct 2012 16:49:12 +1000 Subject: [PATCH] Adds mobile one up to block grid --- scss/foundation/components/_grid.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/foundation/components/_grid.scss b/scss/foundation/components/_grid.scss index 054454b44..3e6d6319a 100644 --- a/scss/foundation/components/_grid.scss +++ b/scss/foundation/components/_grid.scss @@ -182,6 +182,8 @@ that IE7/8 do not support :nth-child. .block-grid { &>li { clear: none !important; } + &.mobile-one-up>li { width: 100%; } + &.mobile-two-up>li { width: 50%; &:nth-child(2n+1) { clear: both; } } -- 2.47.3