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