min-width for better mobile rendering

This commit is contained in:
Hexagon 2014-09-21 11:21:31 +02:00
parent 4b03dca7c2
commit ca4385963d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ html {
body, html { body, html {
min-height: 100%; min-height: 100%;
min-width: 600px;
background-color: #000000; background-color: #000000;
overflow: hidden; overflow: hidden;
padding: 0px; padding: 0px;