From 4f240552dbb652770f093e4466c614f0c51f9464 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 26 Oct 2016 14:16:29 +0200 Subject: [PATCH] Fix the lowercase/uppercase in header nav --- app/static/src/sass/modules/navs/_nav-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5