]> git.parisson.com Git - mezzo.git/commitdiff
Navigation fix
authorPhilippe Barbosa <contact@philippebarbosa.com>
Thu, 3 Mar 2016 10:28:24 +0000 (11:28 +0100)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Thu, 3 Mar 2016 10:28:24 +0000 (11:28 +0100)
app/festival/static/scss/components/_headers.scss

index bcc9504dfc79353b6429b7b3fda289e0fe256ffe..0dd08606150180b3baaf286c90e31882f0a3d3b0 100755 (executable)
 
 .navigation {
   @extend .clearfix;
-  // overflow: hidden;
-  // height: 0;
   display: none;
   @media (min-width : $desktop ) {
-      height: auto;
+      display: block;
   }
 }