diff --git a/kjvstudy_org/templates/biblical_maps.html b/kjvstudy_org/templates/biblical_maps.html index cc9b1b1..2f138b7 100644 --- a/kjvstudy_org/templates/biblical_maps.html +++ b/kjvstudy_org/templates/biblical_maps.html @@ -60,12 +60,15 @@ } #biblical-map { - height: 600px; - width: 100%; + height: 600px !important; + width: 100% !important; border: 2px solid var(--primary-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin: 20px 0; + background: #333 !important; + display: block !important; + position: relative !important; } .map-legend { @@ -153,7 +156,11 @@
Click on map markers to learn about biblical locations and their significance. Use the layer controls to switch between different map styles. Each location includes relevant Scripture references you can click to explore further.
- +