Fix: Permissions.

This commit is contained in:
2025-08-08 12:50:21 +01:00
parent e87490c3de
commit d5e5e1a111
10 changed files with 681 additions and 450 deletions

View File

@@ -6,6 +6,9 @@
.container-input {
margin: 0 auto;
}
label {
font-weight: bold;
}
.container-input input {
width: 250px;
}
}