From 52c7d641d420b76f416a7d2189eb952e1eb4ae83 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 7 Jul 2014 00:52:50 -0400 Subject: [PATCH] scaling and nicening of mobile demo page --- demo/css/styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/demo/css/styles.css b/demo/css/styles.css index 78b7af3..f08f2dd 100644 --- a/demo/css/styles.css +++ b/demo/css/styles.css @@ -9,12 +9,14 @@ -webkit-font-smoothing: antialiased; -moz-box-sizing: border-box; box-sizing: border-box; - } + max-height: 1000000px; +} body { - padding-left: 20px; - padding-right: 20px; - min-width: 640px; + -webkit-text-size-adjust: none; + padding-left: 80px; + padding-right: 80px; + min-width: 900px; } header {