From a3c458011fa942423ffb12f69d6416ccd981d696 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Tue, 5 Aug 2014 17:52:29 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20Minor=20CSS=20update=20which=20shou?= =?UTF-8?q?ld=20enable=20proper=20responsiveness=20for=20mobile=20devices?= =?UTF-8?q?=20(responsive=20design).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 52e746637..d9676d638 100644 --- a/www/style.css +++ b/www/style.css @@ -9,7 +9,8 @@ margin: 0; } #container { -width: 780px; +width: 100%; +max-width: 780px; margin: 0 auto; }