Increase text sizes on homepage for mobile

This commit is contained in:
2025-12-05 15:12:51 -05:00
parent b53e04f2eb
commit bf53489ab0
+23 -14
View File
@@ -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;
}