taille fleches diap et taille fixe vignette
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user