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

View File

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