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