]> git.parisson.com Git - mezzo.git/commitdiff
Fix the labels on network page
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 12:25:32 +0000 (14:25 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 12:25:32 +0000 (14:25 +0200)
app/static/src/sass/modules/sliders/_slider-network.scss

index c523019a7194e25a593ae2bb1a19b7bbd66ed39f..47ed9e26b846a75c76f791c4973a0aad67ea861d 100644 (file)
@@ -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;
+
     }
 
     //