Move public/static to /static again

This commit is contained in:
schmop 2025-09-13 23:17:54 +02:00
parent 82d1cbd2b2
commit 32d49655de
3 changed files with 5 additions and 0 deletions

View File

@ -48,4 +48,9 @@ label:has(input[type="checkbox"]) {
.mb-0 {
margin-bottom: 0;
}
main {
max-width: unset !important;
min-width: 700px;
}