From f523f9f88cc80833c8e4390d41ce5db9fb15de3a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 6 Dec 2016 18:53:27 +0100 Subject: [PATCH] Increase content logo size --- app/static/src/sass/modules/_linked-organizations.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } } -- 2.39.5