From a0c3bfd12fa5faf7ecf688b8cd58c3440f727bee Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Fri, 6 Feb 2015 15:06:52 +0200 Subject: [PATCH] fix column mobile styles --- src/styles/style.styl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/styles/style.styl b/src/styles/style.styl index 0e26619..af6d737 100644 --- a/src/styles/style.styl +++ b/src/styles/style.styl @@ -89,12 +89,6 @@ section:first-child overflow auto padding 0 1em box-sizing border-box - @media screen and (max-width: 700px) - width 100% - float none - margin-top 1em - &:first-child - margin-top 0 .column3-5 width (100/5*3)% @@ -105,6 +99,13 @@ section:first-child .column1-2 width 50% +.column + @media screen and (max-width: 700px) + width 100% + float none + margin-top 1em + &:first-child + margin-top 0 .invite-form position relative .btn