feat: article creation

This commit is contained in:
root
2025-10-08 21:30:45 +03:00
parent b11161bce3
commit 2c4f16ce60
10 changed files with 108 additions and 3 deletions

View File

@@ -56,4 +56,18 @@ a {
.article-header {
margin: 0;
}
form {
display: flex;
flex-direction: column;
gap: 20px
}
.submit {
margin: auto;
}
.text {
min-height: 500px;
}