From b9f02ee847d03407fefaa94a1699c36c77bb13fb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 16 Nov 2016 14:53:05 +0100 Subject: Maxe body max-width 60rem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index c12039c..026b654 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,7 +9,7 @@ html { font-size:62.5%; } body { - max-width: 75rem; + max-width: 60rem; } a, a:visited { text-decoration: none; -- cgit v1.2.3-54-g00ecf