From bf53489ab03c3a85c2e111b2adb5ffde03c7889b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 15:12:51 -0500 Subject: [PATCH] Increase text sizes on homepage for mobile --- kjvstudy_org/templates/index.html | 37 +++++++++++++++++++------------ 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 34fc91f..e130b85 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -360,22 +360,22 @@ section h2 { } .title-page h1 { - font-size: 2.2rem; + font-size: 2.4rem; letter-spacing: 0.04em; } .title-page .subtitle { - font-size: 1rem; + font-size: 1.15rem; } .title-page .epigraph { - font-size: 1.1rem; + font-size: 1.25rem; padding: 0 0.5rem; line-height: 1.9; } .title-page .epigraph footer { - font-size: 1rem; + font-size: 1.1rem; } .search-section { @@ -391,18 +391,18 @@ section h2 { .search-input { padding: 1.1rem 1rem; - font-size: 1.1rem; + font-size: 1.2rem; } .search-btn { width: 100%; padding: 1.1rem 2rem; - font-size: 1.1rem; + font-size: 1.2rem; min-height: 50px; } .search-help { - font-size: 0.9rem; + font-size: 1rem; } .quick-links { @@ -413,7 +413,7 @@ section h2 { .quick-links a { margin: 0.35rem; padding: 0.7rem 1rem; - font-size: 1rem; + font-size: 1.1rem; min-height: 44px; display: inline-flex; align-items: center; @@ -434,11 +434,11 @@ section h2 { } .resource-card h3 { - font-size: 1.15rem; + font-size: 1.3rem; } .resource-card p { - font-size: 1rem; + font-size: 1.15rem; line-height: 1.7; } @@ -449,7 +449,7 @@ section h2 { .topic-link { padding: 0.85rem 0.75rem; - font-size: 0.95rem; + font-size: 1.05rem; min-height: 44px; display: flex; align-items: center; @@ -467,6 +467,7 @@ section h2 { display: flex; align-items: center; justify-content: center; + font-size: 1.05rem; } .testament-grid { @@ -475,11 +476,11 @@ section h2 { } section h2 { - font-size: 1.5rem; + font-size: 1.6rem; } section p { - font-size: 1.1rem; + font-size: 1.25rem; line-height: 1.9; } @@ -492,15 +493,23 @@ section h2 { } .sample-english { + font-size: 0.9rem; + } + + .sample-strongs { font-size: 0.8rem; } + .sample-link { + font-size: 1rem; + } + .home-footer { padding-top: 1rem; } .home-footer p { - font-size: 0.95rem; + font-size: 1.05rem; line-height: 1.8; }