]> git.parisson.com Git - mezzo.git/commitdiff
Fix the caption on the page slider
authorJérémy Fabre <blackmagik88@gmail.com>
Mon, 5 Sep 2016 10:28:31 +0000 (12:28 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Mon, 5 Sep 2016 10:28:31 +0000 (12:28 +0200)
app/static/src/sass/modules/sliders/_slider-page.scss

index c802a1adb01bd0cab8a5cd4a686a1de5bb0c83db..1428293f8ed6500ba4e850e34f38f1d09533c771 100644 (file)
@@ -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;
+
     }
 
 }