]> git.parisson.com Git - mezzo.git/commitdiff
Fix the lowercase/uppercase in header nav
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 12:16:29 +0000 (14:16 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 26 Oct 2016 12:16:29 +0000 (14:16 +0200)
app/static/src/sass/modules/navs/_nav-header.scss

index fb2e4038103faacbc15649786a73afe2743415dd..560782038cfaf172001b8ce667bf02746661c758 100644 (file)
@@ -219,7 +219,7 @@ $module: ".nav-header";
         @include font-size(s);
         @include typeface(sans-serif);
         font-weight: weight(regular);
-        text-transform: lowercase;
+        text-transform: none;
 
         @include mq($until: lg) {
             @include font-size(xs);