summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/global/www')
-rw-r--r-- | src/global/www/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css index f0cfb6a..9bffa0b 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -1,5 +1,7 @@ html { + min-width: 800px; + min-height: 600px; height: 100%; } |