From e75881c501258d71c065f5d33303050967bbac4f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 20 Sep 2016 16:34:02 +0200 Subject: [PATCH] Increase .container width --- 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 6e5ae5d7..e8572304 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -258,7 +258,7 @@ tbody tr:nth-child(odd) th { */ .container { - max-width: 40rem; + max-width: 42rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;