feat: Add crispy forms

This commit is contained in:
2024-04-20 07:48:48 +02:00
parent 6210b47684
commit 6d1cf9084b
3 changed files with 24 additions and 7 deletions

View File

@@ -366,4 +366,12 @@ h1 {
.tags {
margin-left: auto;
padding: 5px;
}
form {
padding: 20px;
}
.form-group {
margin: 30px;
}