responsive /actualités

This commit is contained in:
2025-10-03 14:13:20 +02:00
parent d4c0650153
commit 0ca64c9ba4
2 changed files with 30 additions and 0 deletions
@@ -13,15 +13,27 @@
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
@media (max-width:891px) {
flex-direction: column;
width: 100%;
}
.views-row{
width: 28%;
padding: 1rem;
@media (max-width:891px) {
width: 95%;
margin: auto;
padding: 0;
}
&:hover{
transform: scale(1.05);
transition: 0.3s transform ease, 0.3s box-shadow ease;
}
.node-type-actualite{
width: 30vw !important;
@media (max-width:891px) {
width: 100% !important;
}
.entete_actu{
flex-direction: column;
.image-actualite{