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%; }