Remove max width for content <div>

This commit is contained in:
kfrn 2017-10-23 12:52:44 +13:00
parent 2cc48104b1
commit fe937d7e4a

View File

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