Simplified formatter

This commit is contained in:
2023-02-23 13:46:30 +01:00
parent 9bc3370f3b
commit 1e56b2885a
2 changed files with 8 additions and 9 deletions

View File

@@ -330,6 +330,10 @@
height: 300px;
}
.textarea-800 {
height: 800px;
}
.centered-content {
display: flex;
justify-content: center;