From ca4385963de453c8e2da394586da580e4447aade Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 21 Sep 2014 11:21:31 +0200 Subject: [PATCH] min-width for better mobile rendering --- public/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/default.css b/public/css/default.css index 8ae99b3..ad44118 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -16,6 +16,7 @@ html { body, html { min-height: 100%; + min-width: 600px; background-color: #000000; overflow: hidden; padding: 0px;