feat: added title

This commit is contained in:
2026-04-23 17:55:45 +02:00
parent 869c9b999f
commit 688dadf96d
3 changed files with 37 additions and 17 deletions
+16
View File
@@ -219,6 +219,22 @@ hr {
gap: var(--space-3);
}
.hero-contact-block {
display: grid;
justify-items: center;
gap: 0.45rem;
}
.hero-contact-title {
margin: 0;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--text-muted);
text-align: center;
}
.hero-contact-area {
gap: 0.6rem;
}