add border to map, improve spacing

This commit is contained in:
Aadil Ayub 2022-12-15 15:06:30 +05:00
parent 6705bb0bde
commit 7362390357
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
---
draft: false
---
<h1>Lumbung of Publishers</h1>
<article class="map">
{{< map geoJson="data/geojsonContributors.json">}}
</article>

View File

@ -1795,7 +1795,8 @@ Styles for publishers page
================================================= */
.publishers-page .map {
margin-bottom: 2em;
margin-block: 2rem 4rem;
border: 1px solid;
}
.card.publishers {