From: Guillaume Pellerin Date: Tue, 6 Dec 2016 17:53:27 +0000 (+0100) Subject: Increase content logo size X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f523f9f88cc80833c8e4390d41ce5db9fb15de3a;p=mezzo.git Increase content logo size --- diff --git a/app/static/src/sass/modules/_linked-organizations.scss b/app/static/src/sass/modules/_linked-organizations.scss index 9fc051b9..a412bec5 100644 --- a/app/static/src/sass/modules/_linked-organizations.scss +++ b/app/static/src/sass/modules/_linked-organizations.scss @@ -10,8 +10,8 @@ $module: ".linked-organizations"; &__item { display: inline-block; - width: 30px; - height: 30px; + width: 40px; + height: 40px; background-size: contain; background-position: center center; background-repeat: no-repeat; @@ -19,8 +19,8 @@ $module: ".linked-organizations"; @include margin(0 1 0 0); a { - width : 30px; - height : 30px; + width : 40px; + height : 40px; } }