From 3476f2b7e736ffc89668d1807b1015553451be9a Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Tue, 21 Apr 2026 19:37:41 -0500 Subject: [PATCH] Landing: group Sign In next to Start Free Trial on the right Removes the far-right floating position; Sign In sits in the nav cluster alongside the CTA instead of pinned to the viewport edge. Co-Authored-By: Claude Opus 4.7 --- frontend/landing.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/landing.html b/frontend/landing.html index eb424fa..992e3b7 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -38,11 +38,10 @@ /* Nav */ nav { position:fixed; top:0; left:0; right:0; z-index:100; background:rgba(17,24,39,0.9); backdrop-filter:blur(12px); border-bottom:1px solid var(--border); } - .nav-inner { max-width:1200px; margin:0 auto; padding:16px 24px; display:flex; align-items:center; gap:24px; } + .nav-inner { max-width:1200px; margin:0 auto; padding:16px 24px; display:flex; align-items:center; justify-content:space-between; } .nav-logo { display:flex; align-items:center; gap:10px; font-weight:700; font-size:18px; color:var(--accent); flex-shrink:0; } .nav-links a { color:var(--muted); margin-left:24px; font-size:14px; transition:color 0.2s; } .nav-links a:hover { color:var(--text); } - .nav-signin { margin-left:auto; flex-shrink:0; } .btn { display:inline-flex; align-items:center; gap:8px; padding:10px 20px; border-radius:8px; font-weight:600; font-size:14px; transition:all 0.2s; border:none; cursor:pointer; } .btn-primary { background:var(--accent); color:white; } .btn-primary:hover { background:#2563eb; } @@ -127,7 +126,7 @@ /* Hide section anchor links on mobile; keep Try Free + Sign In */ .nav-links a:not(.btn) { display:none; } .nav-inner { padding:12px 14px; gap:8px; } - .nav-links .btn, .nav-signin { padding:8px 12px; font-size:13px; margin-left:0 !important; flex-shrink:0; min-height:0; } + .nav-links .btn { padding:8px 12px; font-size:13px; margin-left:8px !important; flex-shrink:0; min-height:0; } .btn-full { display:none; } .btn-short { display:inline; } } @@ -162,9 +161,9 @@ Platforms Pricing Compare - Start Free TrialTry Free + Sign In + Start Free TrialTry Free -