FreeDATA/gui/src/assets/waterfall/waterfall.css
2023-10-22 10:20:32 +02:00

13 lines
126 B
CSS

html,
body {
width: 100%;
height: 100%;
margin: 0px;
}
#waterfall {
display: block;
width: 100%;
height: 100%;
}