width img /ressources

This commit is contained in:
2025-10-02 22:01:26 +02:00
parent d02cd5c555
commit db4e38cf0d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3043,7 +3043,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
} }
.page-ressources .view-ressources .views-row .node-type-ressource .image-ressource { .page-ressources .view-ressources .views-row .node-type-ressource .image-ressource {
order: 1; order: 1;
width: auto; width: 100%;
margin: auto; margin: auto;
margin-left: auto; margin-left: auto;
height: 15rem; height: 15rem;
@@ -92,11 +92,12 @@
padding-top: 0; padding-top: 0;
.image-ressource{ .image-ressource{
order: 1; order: 1;
width: auto; width: 100%;
margin: auto; margin: auto;
margin-left: auto; margin-left: auto;
height: 15rem; height: 15rem;
margin-left: 0; margin-left: 0;
.field--name-field-image{ .field--name-field-image{
height: 100%; height: 100%;
.field__items{ .field__items{