mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Adjust map sizing for better mobile responsiveness
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user