diff --git a/docs/src/components/Seo.astro b/docs/src/components/Seo.astro index 8f0d8c09..02f522e0 100644 --- a/docs/src/components/Seo.astro +++ b/docs/src/components/Seo.astro @@ -64,5 +64,6 @@ const openGraph = { ] }} /> - + + diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 05f7d2c8..06ed7bbc 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -8,6 +8,10 @@ --sl-logo-brightness: brightness(0%) } +.site-title { + gap: 5px; +} + select { outline: none; }