fix: corrige l'affichage du mot "ORGANISATION"
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: clamp(3rem, 9vw, 7rem);
|
font-size: clamp(2.8rem, 8vw, 6.5rem);
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
margin-bottom: 0.4rem;
|
margin-bottom: 0.4rem;
|
||||||
line-height: 0.95;
|
line-height: 0.95;
|
||||||
@@ -131,6 +131,10 @@
|
|||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w1 {
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
:global(html.js) .w {
|
:global(html.js) .w {
|
||||||
transform: translateY(110%);
|
transform: translateY(110%);
|
||||||
|
|||||||
Reference in New Issue
Block a user