mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 15:35:38 +01:00
13 lines
197 B
CSS
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%;
|
|
}
|