diff --git a/index.html b/index.html index 30fac1f..9c938d1 100644 --- a/index.html +++ b/index.html @@ -1007,6 +1007,52 @@ font-size: 8px; width: 100%; } + + /* Mobile: increase font sizes for readability */ + @media (max-width: 640px) { + body { + font-size: 11px; + line-height: 2.2; + } + .hero h1 { + font-size: 18px; + } + .hero .tagline { + font-size: 9px; + } + button { + font-size: 10px; + padding: 14px 18px; + } + #searchBtn { + font-size: 11px; + } + input[type="text"] { + font-size: 11px; + } + #status { + font-size: 9px; + } + .chooser-helper h4, + .chooser-helper p { + font-size: 9px; + } + .results-table th, + .results-table td { + font-size: 9px; + padding: 14px 12px; + } + .faq-item h4, + .faq-item p { + font-size: 9px; + } + .selected-title { + font-size: 14px; + } + .selected-meta { + font-size: 9px; + } + }