Kontakt - korekta maila

This commit is contained in:
dm
2025-12-17 19:33:56 +01:00
parent a0b2a819c7
commit 819bd33edd
3 changed files with 40 additions and 42 deletions

View File

@@ -1,17 +1,14 @@
@tailwind base;
.f-contact-item {
@apply space-y-1;
h1,
h2,
h3,
h4 {
@apply text-2xl font-semibold text-[--f-contact-item-text] m-0;
}
p {
@apply text-xl mt-4 leading-relaxed text-[--f-link];
p:first-of-type {
@apply py-3 text-3xl text-gray-400;
}
}
@@ -38,7 +35,7 @@
.f-toast {
@apply fixed left-1/2 z-[999999] pointer-events-none;
top: calc(var(--nav-height, 80px) + 20px);
top: calc(var(--nav-height, 80px) + 20px);
@apply opacity-0 -translate-y-3 -translate-x-1/2 transition-all duration-300 ease-out;
}
@@ -57,4 +54,4 @@
.f-toast-msg.error {
@apply bg-red-500 text-white;
}
}