Merge pull request #272 from kfrn/gh-pages

Fix sizing issue at large resolutions
This commit is contained in:
Ashley 2017-10-30 22:40:05 -04:00 committed by GitHub
commit 634f72213b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,10 @@ html, body {
.grid {
max-width: 70%;
margin: 0 auto;
grid-template-areas:
"header header"
"sidebar content"
"footer footer";
}
}