From 6ea5ca2c09f055efe99c4b7c8f90142bbff6106e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Mon, 22 May 2023 13:58:51 +0200 Subject: [PATCH] Minor element spacing tweaks --- src/components/TableOfContents.astro | 2 +- src/layouts/BlogPost.astro | 5 ++ src/styles/global.css | 69 +--------------------------- 3 files changed, 7 insertions(+), 69 deletions(-) diff --git a/src/components/TableOfContents.astro b/src/components/TableOfContents.astro index 936002f..2f776a1 100644 --- a/src/components/TableOfContents.astro +++ b/src/components/TableOfContents.astro @@ -46,7 +46,7 @@ const grouppedHeadings = headings.reduce((array, heading) => {