From fd99b37ce17e7d4385ca44e480218a36e04274ca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 30 May 2025 14:56:04 -0400 Subject: [PATCH] Adjust map sizing for better mobile responsiveness --- kjvstudy_org/templates/biblical_maps.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kjvstudy_org/templates/biblical_maps.html b/kjvstudy_org/templates/biblical_maps.html index 5b87207..c7eb886 100644 --- a/kjvstudy_org/templates/biblical_maps.html +++ b/kjvstudy_org/templates/biblical_maps.html @@ -114,7 +114,9 @@ .biblical-map { max-width: 100%; - height: auto; + width: 100%; + height: 500px; + min-height: 400px; border: 2px solid var(--border-color); border-radius: 8px; background: white; @@ -364,7 +366,8 @@ } .biblical-map { - max-height: 400px; + height: 350px; + min-height: 300px; } .location-label {