Theme: Fix interior page layout (#18)

Fixes #4
This commit is contained in:
Kelly Dwan 2019-10-04 11:32:57 -04:00 committed by GitHub
parent e20a834cb0
commit 7a355b8314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 14 deletions

View file

@ -9,3 +9,6 @@ $breakpoint-large: 960px !default;
$breakpoint-medium: 782px !default;
$breakpoint-small: 600px !default;
$breakpoint-mobile: 480px !default;
$size__site-main: 960px;
$size__content-width: 640px;