diff --git a/layouts/shortcodes/world-map.html b/layouts/shortcodes/world-map.html index 62b228d..c5d10a7 100644 --- a/layouts/shortcodes/world-map.html +++ b/layouts/shortcodes/world-map.html @@ -6,7 +6,7 @@ .ifk-map-wrap { max-width: 100%; margin: 2rem 0; } .ifk-map-wrap h3 { text-align: center; margin-bottom: 0.5rem; font-size: 1.25rem; } .ifk-map-subtitle { text-align: center; color: #666; font-size: 0.85rem; margin-bottom: 1rem; } -#ifk-world-map { width: 100%; height: 420px; border-radius: 8px; } +#ifk-world-map { width: 100%; height: 420px; border-radius: 8px; border: none; } .ifk-map-legend { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1rem; font-size: 0.8rem; @@ -25,12 +25,12 @@
{{ if eq $lang "de" }}Klicken Sie auf ein Land für Details{{ else if eq $lang "fr" }}Cliquez sur un pays pour plus de détails{{ else }}Click a country for details{{ end }}
- +