Skip to content

Commit

Permalink
chore: increase size of sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 3, 2020
1 parent e9c8aac commit 0595bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageLayout/PageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0595bcb

Please sign in to comment.