AP-65 (#87)
All checks were successful
Backend Deploy / build (push) Successful in 22s
Backend Build and Test / build (push) Successful in 2m11s

closes #65

Reviewed-on: #87
This commit was merged in pull request #87.
This commit is contained in:
2025-05-26 09:52:10 +02:00
parent 550933db11
commit e7b4adfa95
6 changed files with 56 additions and 15 deletions

View File

@@ -3,10 +3,14 @@
}
form {
height: 100%;
}
form,
.item {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
label {