Merge pull request 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

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