diff --git a/src/routes/map/[slug]/+page.svelte b/src/routes/map/[slug]/+page.svelte index 0bcde09..178af4e 100644 --- a/src/routes/map/[slug]/+page.svelte +++ b/src/routes/map/[slug]/+page.svelte @@ -162,7 +162,7 @@ display: flex; align-items: center; justify-content: space-between; - padding: 0.5rem 1rem; + padding: 0 0; background: #3c6f79; color: #e1ebeb; gap: 1rem; @@ -182,6 +182,8 @@ justify-content: center; width: 52px; height: 52px; + padding-left: 0; + margin-left: 0; flex-shrink: 0; transition: all 0.3s ease; }