corrections graphiques

This commit is contained in:
Valentin
2024-11-27 19:34:18 +01:00
parent c052f89d27
commit 5b13541fdc
20 changed files with 962 additions and 249 deletions

View File

@@ -11,6 +11,7 @@
position: relative;
width: auto;
display: inline-block;
line-height: 1.3;
@include main_title();
}
@@ -74,6 +75,15 @@
padding-left: $x_margin;
@include sous_titre();
}
.faded {
opacity: 0;
transform: translateY(2rem);
transition: all 0.5s ease 0.2s;
}
.fade-in {
opacity: 1;
transform: translateY(0);
}
}
.views-row {