transition hover ressources

This commit is contained in:
2026-06-04 15:30:40 +02:00
parent 960cf53ef4
commit 7ef5389160
2 changed files with 27 additions and 0 deletions
@@ -628,6 +628,20 @@
width: 20% ;
min-width: 250px ;
max-width: 500px ;
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);
}
}
}
@@ -636,6 +650,7 @@
flex-direction: column;
.views-row{
width: 100% !important;
}
}