From: Jérémy Fabre Date: Thu, 4 Aug 2016 09:14:34 +0000 (+0200) Subject: Fix the article box style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9272762761d26c47b239c014aa3a677940f53a86;p=mezzo.git Fix the article box style --- diff --git a/app/static/src/sass/modules/boxes/_article-box.scss b/app/static/src/sass/modules/boxes/_article-box.scss index c6d494a6..e2c5c691 100644 --- a/app/static/src/sass/modules/boxes/_article-box.scss +++ b/app/static/src/sass/modules/boxes/_article-box.scss @@ -70,14 +70,13 @@ $module: ".article-box"; @include padding(.25 .25 1 .25); position: relative; - height: 250px; overflow: hidden; @include mq($until: xs) { height: auto; } - &:after { + /*&:after { @include mq($until: xs) { display: none; @@ -93,7 +92,7 @@ $module: ".article-box"; background-color: rgba(255,255,255,0); @include filter-gradient(#ffffff, #ffffff, vertical); @include background-image(linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%)); - } + }*/ } &__title {