#3510 hover effet zoom sur page node projet aside right

This commit is contained in:
2025-11-24 12:34:18 +01:00
parent 9a57827acd
commit ede64a7b73
2 changed files with 8 additions and 0 deletions

View File

@@ -373,6 +373,10 @@
width: 80%;
border-bottom: solid black 1px;
padding-bottom: 1rem;
transition: transform 0.4s ease-in-out; // animation plus fluide
&:hover {
transform: scale(1.05); /* effet de zoom léger */
}
.views-field-title {
h2 {
font-size: 0.7rem;