From a445994accab10f4a627145c47e01096cb7fd208 Mon Sep 17 00:00:00 2001 From: Jasmine Date: Sun, 22 Dec 2024 15:37:57 +0530 Subject: [PATCH] center align side nav --- _sass/main.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_sass/main.scss b/_sass/main.scss index a3ab477..ebbb4dc 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -338,4 +338,13 @@ details > section:not(:first-child) { height: unset; overflow: unset; } + + #sidebar { + max-width: unset; + padding-top: 0; + + & > nav { + width: unset; + } + } }