From 0c6cb7fb408f74bc0f5c4d6161fbe37e5ec50bf8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 28 Jan 2014 21:00:12 +0530 Subject: [PATCH] Removed max-width constraint from container --- webnotes/website/css/website.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webnotes/website/css/website.css b/webnotes/website/css/website.css index f2abc1beea..41992070b7 100644 --- a/webnotes/website/css/website.css +++ b/webnotes/website/css/website.css @@ -1,7 +1,3 @@ -.container { - max-width: 800px; -} - h1, h2, h3, h4, h5 { font-weight: bold; }