Fix Nextcloud login flaws

This commit is contained in:
Lennart
2025-02-10 16:42:48 +01:00
parent 7e8a246084
commit 01049bad18
13 changed files with 443 additions and 168 deletions

View File

@@ -0,0 +1,7 @@
body {
font-family: sans-serif;
}
* {
box-sizing: border-box;
}