This commit is contained in:
2023-11-28 20:32:39 +01:00
parent 7db0fc5f37
commit af51eea5dc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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; }
@@ -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;
}