Hero, zmiana wielu h2 na

This commit is contained in:
dm
2025-11-21 04:59:59 +01:00
parent c5c757f3de
commit 5b4d8f0654
2 changed files with 26 additions and 14 deletions

View File

@@ -32,11 +32,19 @@
animation-name: fade-in;
animation-duration: 0.8s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
animation-fill-mode: forwards;
/* Opóźnienie zależne od numeru elementu */
animation-delay: calc(var(--delay) * 0.3s);
/* animation-delay: calc(var(--delay) * 0.3s); */
}
.fuz-hero-subline {
@apply text-xl md:text-4xl font-semibold mb-2 opacity-0;
color: var(--fuz-text-subtle);
animation: fade-in 0.3s ease-out forwards;
animation-delay: calc(var(--delay) * 0.4s);
}
.fuz-hero-description {
@apply max-w-6xl mx-auto text-lg md:text-xl my-6 leading-relaxed;
color: var(--fuz-text-subtle);