From 25f3870472b04b98456aafadb267ebc11c9c3cca Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Tue, 21 Apr 2026 19:24:57 -0500 Subject: [PATCH] Landing: keep Sign In button visible on mobile nav Previously hidden behind the primary CTA; now shows alongside it with tighter padding on small screens. Co-Authored-By: Claude Opus 4.7 --- frontend/landing.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/landing.html b/frontend/landing.html index c5d3e4e..61f3ea9 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -121,10 +121,11 @@ .table-scroll { width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; } @media (max-width:768px) { - /* Hide section anchor links + the secondary Sign In button; keep primary CTA */ - .nav-links a:not(.btn), .nav-links a.btn-outline { display:none; } + /* Hide section anchor links on mobile; keep Sign In + primary CTA */ + .nav-links a:not(.btn) { display:none; } .nav-links { margin-left:auto; } .nav-inner { padding:12px 16px; } + .nav-links .btn { padding:8px 14px; font-size:13px; margin-left:8px; } .feature-grid { grid-template-columns:1fr; } .pricing-grid { grid-template-columns:1fr; } @@ -153,7 +154,7 @@ Platforms Pricing Compare - Sign In + Sign In Start Free Trial