taille fleches diap et taille fixe vignette

This commit is contained in:
2025-09-11 10:46:12 +02:00
parent 0ddea87d28
commit 6de187261b
7 changed files with 125 additions and 10 deletions
@@ -17,12 +17,18 @@
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
@media (max-width:1200px){
justify-content: flex-start;
}
article{
padding-bottom: 0.7rem;
}
.views-row{
width: 28%;
padding: 1rem;
@media (max-width:1200px){
width: 40%;
}
&:hover{
transform: scale(1.05);
transition: 0.3s transform ease, 0.3s box-shadow ease;
@@ -40,7 +46,8 @@
img{
width: 100%;
object-fit: cover;
height: fit-content;
// height: fit-content;
max-height: 200px;
}
}
}