lockserver/frontend/static/main.css
Finn 350fc3b339
All checks were successful
/ build-container (push) Successful in 1m3s
rip out all auth stuff, add a containerfile
2024-04-23 17:34:57 -07:00

12 lines
190 B
CSS

html, body {
height: 100%;
margin: 0;
}
#wrapper {
min-height: calc(100% - 2em);
display: grid;
grid-template-rows: auto 1fr auto;
row-gap: 1em;
padding: 1em;
}