Adjustable size of canvas... fullscreen mode doesn't work
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user