From 27ebb67ff9cd9aeec5a7b1b8c3c4aa0c1a4b48e6 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 27 Apr 2025 02:42:39 +0200 Subject: [PATCH] Adjust padding for toc and max height --- src/components/Nav.astro | 6 +++--- src/pages/blog/[slug].astro | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 42b2db8..4a0e5d0 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -15,7 +15,7 @@ const routes = ["blog"]; { routes.map((route) => ( {route @@ -26,7 +26,7 @@ const routes = ["blog"]; )) } diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 057c0ed..9ef0d54 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -32,7 +32,7 @@ const { Content, headings } = await render(article); > -
+

Table of Contents