Minimal refactor to make maps wider (#149)

Not particularly pretty, but it works.
This commit is contained in:
TomNUSDS 2021-06-17 07:31:18 -07:00 committed by GitHub
commit e7ccd35aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 146 additions and 139 deletions

View file

@ -1,4 +1,5 @@
.mapContainer {
height: 676px;
margin-bottom: 29px;
max-width: revert;
}