Adjust map sizing for better mobile responsiveness

This commit is contained in:
2025-05-30 14:56:04 -04:00
parent 5b8fbe430c
commit fd99b37ce1
+5 -2
View File
@@ -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 {