Only portrait mode is currently supported - please rotate your device.
Page History
...
HTML |
---|
<style>
.main-container {
min-height: calc(100vh - 50px);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
div#toggle {
display: none;
}
</style>
|