[WIP] hardcoded succ and error msg

This commit is contained in:
Marie Birner
2025-08-03 11:18:29 +02:00
parent ae73e401d7
commit e3fd3bdfcc
3 changed files with 38 additions and 16 deletions

View File

@@ -95,6 +95,12 @@ input[type="submit"]:active {
flex-wrap: wrap;
}
.w-full {
width: 100%;
max-width: 40rem;
text-align: center;
}
.small {
font-size: .8rem;
}