From 45f1beba7e5dc51072700311caf5ab090d4bb4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 2 Feb 2024 15:08:47 +0100 Subject: [PATCH] Update src/components/Sidebar.astro Co-authored-by: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com> --- src/components/Sidebar.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index bfb61bd..abb1741 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -32,7 +32,6 @@ const { sidebar } = Astro.props; bottom: 2rem; text-align: center; margin: auto; - width: 100%; @media (min-width: 50rem) { text-align: unset; position: absolute;