Merge pull request #269 from kfrn/gh-pages

Remove max width for content <div>
This commit is contained in:
Katherine Frances Nagels 2017-10-23 13:02:59 +13:00 committed by GitHub
commit 46ffb01181

View File

@ -24,7 +24,6 @@ html, body {
.content {
grid-area: content;
max-width: 900px;
}
.sidebar {