From 65b4568127dab2fb5d4f83472af209e4069a8212 Mon Sep 17 00:00:00 2001 From: Akshita Sivasankaran Date: Wed, 17 Jun 2026 21:18:19 +0530 Subject: [PATCH] fix: navbar spacing issue --- public/css/home.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/home.css b/public/css/home.css index e3411bb..0c85cac 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -67,12 +67,14 @@ } .navbar-inner { + width: 100%; max-width: 1200px; margin: 0 auto; height: 64px; display: flex; align-items: center; justify-content: space-between; + gap: 24px; } .navbar-logo { @@ -103,6 +105,7 @@ font-size: 1.3rem; font-weight: 800; color: var(--text-primary); + align-self: self-start; } .logo-dot {