refactor topicEditor

This commit is contained in:
Eric Blommel
2025-01-06 02:08:10 +01:00
parent 4ebcfdf63e
commit f64b2f0d4c
3 changed files with 221 additions and 183 deletions

View File

@@ -345,4 +345,12 @@ body {
border: 2px solid;
border-radius: 8px;
text-align: center;
}
.content {
margin: auto;
padding: 2rem;
background: white;
border-radius: 1rem;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}