mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 20:53:42 +00: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%;
|
||
|
}
|