Footer style -radiowy
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user