From 92a024956c2ffa9bbe6a57cc3ed631c9e2ecc890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 31 Aug 2023 16:03:54 +0200 Subject: [PATCH] Adjust styling for blog post page and components --- src/components/TableOfContents.astro | 2 +- src/layouts/BlogPost.astro | 6 +++--- src/pages/blog/[...slug].astro | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/TableOfContents.astro b/src/components/TableOfContents.astro index 2f776a1..a072032 100644 --- a/src/components/TableOfContents.astro +++ b/src/components/TableOfContents.astro @@ -46,7 +46,7 @@ const grouppedHeadings = headings.reduce((array, heading) => {