From dd49c839459b5db460423364500499ecaa086fe7 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Tue, 22 Apr 2014 18:13:32 +0200 Subject: [PATCH] Tweak forum width --- stylesheet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index 72fb54b..9286bb9 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -118,7 +118,8 @@ p.right { //padding: 0 20px; margin: 0 auto; min-width: 650px; - width:90%; + max-width: 1150px; + width:95%; box-shadow: 0 0 58px 2px #CCC; background: #FFFFFF; border-left: 1px solid #ccc;