Crud implemented by Contact

This commit is contained in:
2023-04-19 17:25:42 +02:00
parent 0234db870b
commit ede368b963
10 changed files with 334 additions and 31 deletions

View File

@ -8,6 +8,11 @@ main {
margin: 12px;
}
.validation-message {
font-size: 12px !important;
font-family: system-ui;
}
h1:focus {
outline: none;
}