From fc3cdcede27e2836c719cfd8af21807a0559958f Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 3 Mar 2015 20:55:35 -0800 Subject: [PATCH] change wrapper width to max-width --- static/css/base.ccss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.ccss b/static/css/base.ccss index 974cad5..8da3f10 100644 --- a/static/css/base.ccss +++ b/static/css/base.ccss @@ -24,7 +24,7 @@ input, button: color: inherit .wrapper: - width: 1200px + max-width: 1200px margin: 0 auto 50px .topbar: