transition hover actualites

This commit is contained in:
2026-06-04 15:31:39 +02:00
parent 7ef5389160
commit f9b68caf74
2 changed files with 26 additions and 0 deletions
@@ -19,6 +19,20 @@
.views-row{
width: 25%;
flex: 0 0 25%;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
transform-origin: center;
@media (max-width: 479px){
padding-left: 0rem;
padding-right: 0rem;
padding-top: 2rem;
}
&:hover{
transform: translateY(-5px);
}
}
@media (max-width: 810px){
flex-direction: column;