Decrease the maximal page width for readability

This commit is contained in:
Philipp Oppermann
2016-01-19 00:55:26 +01:00
parent 1d7b913a1a
commit 23523189cb

View File

@@ -3,7 +3,7 @@
// Styles for managing the structural hierarchy of the site. // Styles for managing the structural hierarchy of the site.
.container { .container {
max-width: 45rem; max-width: 40rem;
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
margin-left: auto; margin-left: auto;