From e1673178139db5cb71c5e1d70923c891d27309e6 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 22:27:29 +0100 Subject: [PATCH] Update sidebar max-width --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 343b767..4d4651f 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -84,7 +84,7 @@ body { margin: auto; height: 100%; display: block; - max-width: 60%; + max-width: 250px; width: 0; background-color: rgba(29,49,49,0.9); transition: 0.7s;