liftinstall/static/css/main.css
2018-01-26 23:29:28 +11:00

13 lines
197 B
CSS

html, body {
overflow: hidden;
height: 100%;
}
body {
background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
.tile.is-child > .box {
height: 100%;
}