From 9aca08c00922cf75d82cf154e91804ddb13fbfd8 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Thu, 25 Sep 2014 17:24:10 +0530 Subject: added responsive classes --- static/website/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/website/css') diff --git a/static/website/css/main.css b/static/website/css/main.css index 05943f7..9d1293b 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -10,7 +10,7 @@ body { background-image: url('../images/ecailles.png'); } #page-wrapper { - width: 960px; + max-width: 960px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; -- cgit