]> git.parisson.com Git - mezzo.git/commitdiff
No logo width constraints
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 6 Mar 2017 09:53:03 +0000 (10:53 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 6 Mar 2017 09:53:03 +0000 (10:53 +0100)
app/themes/base/static/src/sass/modules/navs/_nav-header.scss

index 1d5e61c07963bef1baf672a56264e6ddc339ef6a..c8773a6aefa2dda89cdb2eeabdd573fd2548a08f 100644 (file)
@@ -144,7 +144,7 @@ $module: ".nav-header";
                 @include margin(0);
                 text-align: center;
                 img {
-                    width: auto;
+                    // width: auto;
                     height: 70px;
                     display: block;
                     margin: 0 auto;
@@ -154,7 +154,7 @@ $module: ".nav-header";
             @include mq($until: xs) {
 
                 img {
-                    width: 200px;
+                    // width: 200px;
                     height: auto;
                     display: block;
                     margin: 0 auto;