Adjustable size of canvas... fullscreen mode doesn't work

This commit is contained in:
Thomas FORGIONE
2015-04-27 14:54:40 +02:00
parent 33c136a1bc
commit a48635a642
5 changed files with 134 additions and 47 deletions

View File

@@ -2,3 +2,17 @@ body {
padding-top: 50px;
text-align: justify;
}
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}