From 602adc8caf0c8822d9f9eff015070077efc632ed Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Wed, 11 Oct 2023 14:18:21 +0200 Subject: [PATCH] chore: add vercel analytics script --- docs/src/components/Seo.astro | 3 ++- docs/src/styles/custom.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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; }