diff --git a/website_astro/src/components/Map.astro b/website_astro/src/components/Map.astro index b201194..736e982 100644 --- a/website_astro/src/components/Map.astro +++ b/website_astro/src/components/Map.astro @@ -69,7 +69,7 @@ const { showStyleURL } = Astro.props } .button-container { - margin: 0 auto 0.6em; + margin: 0 auto 20px; max-width: 600px; display: flex; flex-wrap: nowrap; diff --git a/website_astro/src/pages/index.astro b/website_astro/src/pages/index.astro index a1cfb70..f560cb1 100644 --- a/website_astro/src/pages/index.astro +++ b/website_astro/src/pages/index.astro @@ -19,7 +19,7 @@ import { Content as RestText } from '../content/index/rest.md' Have a look at the default styles and read more about how to integrate it to your website or app here:
- +