From 0595bcb8895b4a743e74df25b335ce1d2cc5b6ef Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 3 Sep 2020 13:00:18 -0700 Subject: [PATCH] chore: increase size of sidebar --- src/components/PageLayout/PageLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageLayout/PageLayout.js b/src/components/PageLayout/PageLayout.js index f0ef4658b..545b5fb0e 100644 --- a/src/components/PageLayout/PageLayout.js +++ b/src/components/PageLayout/PageLayout.js @@ -18,7 +18,7 @@ const LAYOUTS = { grid-template-areas: 'page-header page-header' 'content related-content'; - grid-template-columns: minmax(0, 1fr) 315px; + grid-template-columns: minmax(0, 1fr) 320px; grid-gap: 2rem; @media (max-width: 1240px) {