From 22656225e39cedf8f699298e99012ade04003f30 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 16 Jun 2020 18:42:34 -0700 Subject: [PATCH] chore: Wider sidebar to accomodate larger text --- src/components/Layout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index d0f410ba7..c377b5e87 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -6,7 +6,7 @@ .main { display: grid; - grid-template-columns: auto minmax(0, 1fr); + grid-template-columns: 300px minmax(0, 1fr); width: 100%; }