expertise : fix active text centering - related to #52
All checks were successful
Deploy / Deploy to Production (push) Successful in 28s

This commit is contained in:
isUnknown 2026-04-03 10:54:40 +02:00
parent 6e0b0bd551
commit 4b946d4cf0
2 changed files with 34 additions and 5 deletions

View file

@ -111,6 +111,11 @@
z-index: 2;
transition: transform .3s var(--ease-standard);
pointer-events: none;
}
footer p, footer, a {
pointer-events: all;
}
:global(footer:not([data-template="white-paper"] footer)) {