3d-interface/static/css/style.css

19 lines
214 B
CSS
Raw Normal View History

2015-04-11 17:08:43 +02:00
body {
2015-04-26 00:21:49 +02:00
padding-top: 50px;
text-align: justify;
2015-04-11 17:08:43 +02:00
}
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}