From 9272762761d26c47b239c014aa3a677940f53a86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 4 Aug 2016 11:14:34 +0200 Subject: [PATCH] Fix the article box style --- app/static/src/sass/modules/boxes/_article-box.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 { -- 2.39.5