From 5dcbb3e6b3e1dc24bb930b2f064a4d6e575254ec Mon Sep 17 00:00:00 2001 From: Corson-Dosch <hcorson-dosch@usgs.gov> Date: Fri, 28 Feb 2025 09:20:21 -0600 Subject: [PATCH] center icon and legend over map --- src/components/FindexGlobalThreatsViz.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FindexGlobalThreatsViz.vue b/src/components/FindexGlobalThreatsViz.vue index 0624cdb..d2ff912 100644 --- a/src/components/FindexGlobalThreatsViz.vue +++ b/src/components/FindexGlobalThreatsViz.vue @@ -178,6 +178,7 @@ $fishing-pressure: #835192; display: flex; flex-direction: row; align-items: center; + justify-content: center; } .tab-icon-image { max-width: 50px; -- GitLab