style: center-align navigation and contact pills

Co-authored-by: aider (openai/qwen3.6) <aider@aider.chat>
This commit is contained in:
Dejvino 2026-05-23 18:21:55 +02:00
parent 9c75405d11
commit 0c8bcabaef

View File

@ -278,7 +278,9 @@ body {
.hero-contacts { .hero-contacts {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
gap: 10px; gap: 10px;
width: 100%;
} }
@ -307,9 +309,11 @@ body {
.hero-nav { .hero-nav {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
gap: 10px; gap: 10px;
padding-top: 12px; padding-top: 12px;
border-top: 1px solid rgba(0, 243, 255, 0.12); border-top: 1px solid rgba(0, 243, 255, 0.12);
width: 100%;
} }