Files
homeservice/webui/css/style.css
Thomas Klaehn 8f0fd525d9 Manual mode
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2025-08-14 08:55:02 +02:00

15 lines
191 B
CSS

html, body {
height: 100%;
}
html {
display: table;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: table-cell;
vertical-align: middle;
}