From d5622c1a1c532a44a6c51206c2bf1ac0060beed7 Mon Sep 17 00:00:00 2001 From: Pulkit Pareek Date: Sat, 16 May 2026 15:00:11 +0530 Subject: [PATCH] =?UTF-8?q?chore(landing):=20bump=20nav=20logo=20size=2028?= =?UTF-8?q?px=20=E2=86=92=2040px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new fingerprint mark reads as thin line art at 28px next to the bold "ZeroAuth" wordmark. 40px gives it the visual weight to balance the text. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e3eec68..c1a4d7a 100644 --- a/public/index.html +++ b/public/index.html @@ -64,7 +64,7 @@ text-decoration: none; color: var(--text); font-size: 1.125rem; font-weight: 700; letter-spacing: -0.02em; } - .logo svg, .logo img { width: 28px; height: 28px; } + .logo svg, .logo img { width: 40px; height: 40px; } .powered-by { display: inline-flex; align-items: center; gap: 0.3125rem; padding: 0.1875rem 0.5rem;