From a9b652441fdf564c67cf941767bbaa789ca15289 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 11 Aug 2015 12:34:49 -0300 Subject: [PATCH] Remove square presentation at mobile screen. Now, using vertical list. --- sass/style.sass | 66 +++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/sass/style.sass b/sass/style.sass index 0a79ae6..8c5764c 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -1511,39 +1511,39 @@ h3.titulo-destaque iframe left: 0 !important - .themes - margin-bottom: $gutter * 1.5 - margin-left: $gutter * 1.5 * (-1) - margin-right: $gutter * 1.5 * (-1) - margin-top: $gutter * 1.5 * (-1) - font-size: 0 - &-name - display: block - width: 100% - &:after - content: "" - display: block - clear: both - li - display: block - width: 25% - float: left - // font-size: $font-size-base - // vertical-align: top - &:first-child - a - border-left: 0 - a - border-left: 1px solid #f1f1f1 - display: block - padding: 0 - text-align: center - height: 145px - .icon - margin-bottom: $gutter * 0.5 - margin-left: 0 - margin-right: 0 - margin-top: $gutter + // .themes + // margin-bottom: $gutter * 1.5 + // margin-left: $gutter * 1.5 * (-1) + // margin-right: $gutter * 1.5 * (-1) + // margin-top: $gutter * 1.5 * (-1) + // font-size: 0 + // &-name + // display: block + // width: 100% + // &:after + // content: "" + // display: block + // clear: both + // li + // display: block + // width: 25% + // float: left + // // font-size: $font-size-base + // // vertical-align: top + // &:first-child + // a + // border-left: 0 + // a + // border-left: 1px solid #f1f1f1 + // display: block + // padding: 0 + // text-align: center + // height: 145px + // .icon + // margin-bottom: $gutter * 0.5 + // margin-left: 0 + // margin-right: 0 + // margin-top: $gutter .box &-header p -- libgit2 0.21.2