From a15379a028847b8daf0161dad78b8585162e6b6b Mon Sep 17 00:00:00 2001 From: toqvist Date: Tue, 20 Feb 2024 09:47:08 +0100 Subject: [PATCH] Style map markers to dots --- .../layouts/shortcodes/kios_map.html | 54 +++++++++++++------ 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/themes/lumbung-theme/layouts/shortcodes/kios_map.html b/themes/lumbung-theme/layouts/shortcodes/kios_map.html index badba8f..8479507 100644 --- a/themes/lumbung-theme/layouts/shortcodes/kios_map.html +++ b/themes/lumbung-theme/layouts/shortcodes/kios_map.html @@ -1,8 +1,15 @@ - + - +
@@ -12,6 +19,11 @@ padding-bottom: 70%; margin-bottom: 80px; } + + .black-dot { + background-color: black; + border-radius: 50%; + } \ No newline at end of file +