ouidade 1 год назад
Родитель
Сommit
af51eea5dc

+ 2 - 2
web/themes/custom/reha/css/reha.css

@@ -423,9 +423,9 @@ footer {
     flex-direction: row;
     flex-wrap: wrap; }
     #footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img {
-      max-width: 150px;
+      max-width: 250px;
       height: fit-content;
-      max-height: 100px;
+      max-height: 150px;
       object-fit: contain;
       padding: 1rem; }
 

+ 2 - 2
web/themes/custom/reha/scss/partials/_footer.scss

@@ -71,9 +71,9 @@ margin-left: 10rem;
                 flex-direction: row;
                 flex-wrap: wrap;
                 img{
-                    max-width: 150px;
+                    max-width: 250px;
                     height: fit-content;
-                    max-height: 100px;
+                    max-height: 150px;
                     object-fit: contain;
                     padding: 1rem;
                 }