Add publishers & contributor maps #66

Merged
aadil merged 39 commits from feature/leaflet-map into main 2023-09-11 09:50:48 +00:00
16 changed files with 2222 additions and 61 deletions
Showing only changes of commit f1fe945f16 - Show all commits

View File

@ -1013,8 +1013,13 @@ label:hover {
/* publishers map */ /* publishers map */
#map { #map {
margin-top: 2rem;
margin-bottom: 4rem; margin-bottom: 4rem;
z-index: -1; /* z-index: -1; */
/* makes map "break out of container" and take full-width */
width: 100vw !important;
transform: translateX(-10%);
} }