Multiple fixes listed in 2024-01-03 changelog

This commit is contained in:
2024-01-22 14:56:12 +01:00
parent 9dc7561238
commit 5095bc8404
6 changed files with 254 additions and 394 deletions

View File

@@ -74,4 +74,18 @@ td {
text-align: center;
border-right: solid 1px #bbbbbb;
border-left: solid 1px #bbbbbb;
}
}
.validation-error {
display: block;
color: #F44336;
position: relative;
min-height: 18px;
font-size: 12px;
}
@media only screen and (min-width: 993px) {
.container {
width: 60%;
}
}