Skip to content

Commit

Permalink
Merge pull request #86 from hcorson-dosch-usgs/fix_mobile_map
Browse files Browse the repository at this point in the history
set width limit for map
  • Loading branch information
hcorson-dosch-usgs authored Jan 28, 2023
2 parents f622bd6 + 74a1c94 commit 58b4164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GWL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ section {
align-items: center;
svg.map {
max-height: 68vh;
max-width: 98vw;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit 58b4164

Please sign in to comment.