Assorted style fixes/tweaks

This commit is contained in:
Andrew Croce
2018-07-26 12:24:31 -04:00
parent 599a8f7b26
commit 222c082533
6 changed files with 50 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ body {
margin: $gap;
max-width: $site-max-width;
overflow-x: hidden;
flex-grow: 1;
@include media($medium-screen) {
margin: $gap * 2;