From 23523189cba0336d6838870ac59643cf34081954 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 19 Jan 2016 00:55:26 +0100 Subject: [PATCH] Decrease the maximal page width for readability --- _sass/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 0111cd8b..72ae5f23 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -3,7 +3,7 @@ // Styles for managing the structural hierarchy of the site. .container { - max-width: 45rem; + max-width: 40rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;