From a120a9895bae1a8758885ef0fcb12047973127f8 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 11 Jan 2023 22:48:33 +0100 Subject: [PATCH] fix: right sidebar width --- website/src/components/RightSidebar/RightSidebar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/RightSidebar/RightSidebar.astro b/website/src/components/RightSidebar/RightSidebar.astro index be0df4c6..c110d9d8 100644 --- a/website/src/components/RightSidebar/RightSidebar.astro +++ b/website/src/components/RightSidebar/RightSidebar.astro @@ -12,7 +12,7 @@ const { headings, githubEditUrl } = Astro.props as Props; const currentPage = Astro.url.pathname; --- -