From: Jérémy Fabre Date: Tue, 11 Oct 2016 12:25:32 +0000 (+0200) Subject: Fix the labels on network page X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=06a0b3b214178ec6ef3ecb6050909d22bcb83a6c;p=mezzo.git Fix the labels on network page --- diff --git a/app/static/src/sass/modules/sliders/_slider-network.scss b/app/static/src/sass/modules/sliders/_slider-network.scss index c523019a..47ed9e26 100644 --- a/app/static/src/sass/modules/sliders/_slider-network.scss +++ b/app/static/src/sass/modules/sliders/_slider-network.scss @@ -26,10 +26,12 @@ $module: ".slider-network"; background-size: contain; background-repeat: no-repeat; - background-color: #D8D8D8; + background-color: #FFF; background-position: center center; - width: 100%; + width: 60%; height: 140px; + display: block; + margin: 0 auto; @include margin-bottom(.5); @@ -47,10 +49,12 @@ $module: ".slider-network"; &__slide-subtitle { @include font-size(xs); - @include line-height(1); + @include line-height(.5); @include typeface(serif); font-weight: weight(bold); + height: 3rem; + } //