From: Philippe Barbosa Date: Thu, 3 Mar 2016 10:28:24 +0000 (+0100) Subject: Navigation fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8688da641f5c3ca54e3e4c58572828ba1b608ad1;p=mezzo.git Navigation fix --- diff --git a/app/festival/static/scss/components/_headers.scss b/app/festival/static/scss/components/_headers.scss index bcc9504d..0dd08606 100755 --- a/app/festival/static/scss/components/_headers.scss +++ b/app/festival/static/scss/components/_headers.scss @@ -95,11 +95,9 @@ .navigation { @extend .clearfix; - // overflow: hidden; - // height: 0; display: none; @media (min-width : $desktop ) { - height: auto; + display: block; } }