From 0c8bcabaef4582f210b2e55a5ade1ece539a9531 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sat, 23 May 2026 18:21:55 +0200 Subject: [PATCH] style: center-align navigation and contact pills Co-authored-by: aider (openai/qwen3.6) --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 96410be..2b18c9c 100644 --- a/style.css +++ b/style.css @@ -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%; }