/lesprojets

This commit is contained in:
2025-11-03 22:47:04 +01:00
parent 3739306af1
commit 622927f405
2 changed files with 4 additions and 2 deletions

View File

@@ -58,13 +58,14 @@ main{
.views-field-field-images .field-content img{
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
aspect-ratio: 3/2;
object-fit: cover;
}
.views-field-view-node{
width: fit-content;
padding-left: 0.5rem;
background: black;
margin-top: 1rem;
@media (max-width:810px) {
margin-left: 0;
}