]> git.parisson.com Git - mezzo.git/commitdiff
Increase content logo size
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 6 Dec 2016 17:53:27 +0000 (18:53 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 6 Dec 2016 17:53:37 +0000 (18:53 +0100)
app/static/src/sass/modules/_linked-organizations.scss

index 9fc051b920b0feae3864b4fc50526a6cae6ceb3d..a412bec53fe1489183a041ad580f9c496c3dbbc0 100644 (file)
@@ -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;
         }
 
     }