]> git.parisson.com Git - mezzo.git/commitdiff
Fix a service banner bug
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 8 Nov 2016 16:53:23 +0000 (17:53 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 8 Nov 2016 16:53:23 +0000 (17:53 +0100)
app/static/src/sass/global/_helpers.scss
app/static/src/sass/modules/_banner.scss

index 267f7da987b90ba85f3b845d9b4391a63b97093d..c7e5f5e47f0f507a64a8ba0b58319ac4366a85b4 100755 (executable)
 }
 .fsxxxl {
     @include font-size(xxxl);
+    line-height: 3rem !important;
 }
 .fsxxl {
     @include font-size(xxl);
index 07b72fd6e24a8f9b4fe9616c04bc75601df77feb..e248066a647a858a4d7af1af99f625342849d726 100644 (file)
@@ -146,7 +146,7 @@ $module: ".banner";
         text-align: center;
 
         @include mq($until: lg) {
-            padding-top: 50px;
+            padding-top: 36px;
         }
 
         @include mq($until: md) {