From 736239035788e85254f90297e931f790abcbba2b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 15 Dec 2022 15:06:30 +0500 Subject: [PATCH] add border to map, improve spacing --- content/publishers/_index.html | 2 ++ themes/lumbung-theme/static/css/main.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/publishers/_index.html b/content/publishers/_index.html index ab8140a..e5c74ae 100644 --- a/content/publishers/_index.html +++ b/content/publishers/_index.html @@ -1,6 +1,8 @@ --- draft: false --- +

Lumbung of Publishers

+
{{< map geoJson="data/geojsonContributors.json">}}
\ No newline at end of file diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 3e0ed09..2b9874a 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1795,7 +1795,8 @@ Styles for publishers page ================================================= */ .publishers-page .map { - margin-bottom: 2em; + margin-block: 2rem 4rem; + border: 1px solid; } .card.publishers {