padding ressources

This commit is contained in:
2025-09-29 15:59:29 +02:00
parent 3b21a54b2c
commit af12b627e6
2 changed files with 7 additions and 8 deletions
@@ -73,8 +73,8 @@
padding-bottom: 0 !important;
}
.views-row{
width: 28%;
padding: 1rem;
width: 30%;
// padding: 1rem;
display: flex !important;
flex-direction: column;
background-color: $white-button;
@@ -94,7 +94,7 @@
width: auto;
margin: auto;
margin-left: auto;
height: 15rem;
height: 12rem;
margin-left: 0;
.field--name-field-image{
height: 100%;
@@ -104,7 +104,7 @@
height: 100%;
img{
height: 100%;
object-fit: contain;
object-fit: cover;
max-width: 100%;
}
}