From: Jérémy Fabre Date: Wed, 26 Oct 2016 12:16:29 +0000 (+0200) Subject: Fix the lowercase/uppercase in header nav X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4f240552dbb652770f093e4466c614f0c51f9464;p=mezzo.git Fix the lowercase/uppercase in header nav --- diff --git a/app/static/src/sass/modules/navs/_nav-header.scss b/app/static/src/sass/modules/navs/_nav-header.scss index fb2e4038..56078203 100644 --- a/app/static/src/sass/modules/navs/_nav-header.scss +++ b/app/static/src/sass/modules/navs/_nav-header.scss @@ -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);