From 4a8f0b506ba2d1154fc8c1169a5f8051c4822571 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Feb 2014 04:03:27 -0500 Subject: [PATCH] feature(css) html: change height --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d497b034..ed76d515 100644 --- a/css/style.css +++ b/css/style.css @@ -22,7 +22,7 @@ } html { - height: 100%; + height: 94%; } body {