From a708ffd037a1bf833b9ddfa0b8ad89d0a3b5441c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:34:02 +0100 Subject: [PATCH] Make the main container a bit wider --- static/css/poole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/poole.css b/static/css/poole.css index 2fb4d4ba..7ed7e365 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -258,7 +258,7 @@ tbody tr:nth-child(odd) th { */ .container { - max-width: 38rem; + max-width: 40rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;