From cc92afd4f02f2d4c35cd51710a4e45cfd3f74301 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 31 Jan 2017 18:21:08 -0600 Subject: [PATCH] Increase size of the sidebar --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index c297a19..4bc35a1 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -84,7 +84,7 @@ html, body { #sidebar_container { display: flex; - width: 470px; + width: 500px; left: 0 !important; }