diff --git a/public/index.html b/public/index.html index 81b72a2..bbbe8c5 100644 --- a/public/index.html +++ b/public/index.html @@ -133,9 +133,34 @@ footer .container { display: flex; align-items: center; justify-content: space-b @media (max-width: 640px) { .hero { padding: 72px 0 56px; } .nav-links { gap: 16px; } - .code-block { font-size: 0.75rem; padding: 18px 16px; } + .code-block { + font-size: 0.75rem; + padding: 18px 16px; + overflow-x: hidden; + word-wrap: break-word; + white-space: pre-wrap; + } .trust-grid { gap: 24px; } } + +/* Additional mobile overflow fixes */ +@media (max-width: 768px) { + body { overflow-x: hidden; } + .container { overflow-x: hidden; } + .code-section { + max-width: calc(100vw - 48px); + overflow: hidden; + } + .code-block { + overflow-x: hidden; + white-space: pre-wrap; + word-break: break-all; + } + .trust-grid { + justify-content: center; + overflow-x: hidden; + } +} @@ -269,7 +294,6 @@ footer .container { display: flex; align-items: center; justify-content: space-b
No email, no credit card. Click the button and you're in.
+Enter your email to get started. No credit card required.
+100 free PDFs/month • All endpoints included