fix: corrige l'affichage du mot "ORGANISATION"

This commit is contained in:
2026-08-13 21:36:09 +04:00
parent c37c9f1600
commit 5ff6a55248
+5 -1
View File
@@ -105,7 +105,7 @@
}
h1 {
font-size: clamp(3rem, 9vw, 7rem);
font-size: clamp(2.8rem, 8vw, 6.5rem);
font-weight: 900;
margin-bottom: 0.4rem;
line-height: 0.95;
@@ -131,6 +131,10 @@
will-change: transform;
}
.w1 {
font-size: 0.9em;
}
@media (prefers-reduced-motion: no-preference) {
:global(html.js) .w {
transform: translateY(110%);