Footer style -radiowy

This commit is contained in:
dm
2025-11-25 10:06:25 +01:00
parent 665b787c5c
commit c23576f052
6 changed files with 21 additions and 21 deletions

View File

@@ -31,7 +31,6 @@
.f-hero-header-items {
@apply text-xl md:text-4xl font-semibold mb-2 opacity-0 text-[var(--f-header-items)];
/* color: var(--f-text-subtle); */
animation: fade-in 0.3s ease-out forwards;
animation-delay: calc(var(--delay) * 0.4s);
}
@@ -44,7 +43,6 @@
@apply flex justify-center items-center flex-wrap gap-3 mt-8;
}
@keyframes fade-in {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }