Files
printctrl/webui/css/style.css
Thomas Klaehn 35bbcd7a6d Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-09-10 08:39:58 +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;
}