From: Jérémy Fabre Date: Mon, 5 Sep 2016 10:28:31 +0000 (+0200) Subject: Fix the caption on the page slider X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9f3f0be2e01e9fe8afd036bfa473184f69e11558;p=mezzo.git Fix the caption on the page slider --- diff --git a/app/static/src/sass/modules/sliders/_slider-page.scss b/app/static/src/sass/modules/sliders/_slider-page.scss index c802a1ad..1428293f 100644 --- a/app/static/src/sass/modules/sliders/_slider-page.scss +++ b/app/static/src/sass/modules/sliders/_slider-page.scss @@ -83,10 +83,13 @@ $module: ".slider-page"; font-weight: weight(light); @include font-size(xs); - @include line-height(1.25); + @include line-height(0.75); text-align: center; + max-width: 250px; + margin: 0 auto; + } }