Skip to content

Commit

Permalink
fix: Ensure width on right-column spans full column even if the conte…
Browse files Browse the repository at this point in the history
…nt does not
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 8ce1335 commit cac7a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
grid-template-columns: auto minmax(0, 1fr);
max-width: 1460px;
margin: 0 auto;
width: 100%;
}

.content {
Expand Down

0 comments on commit cac7a7c

Please sign in to comment.