Moved upload limit

This commit is contained in:
Justine Pelletreau
2023-07-03 18:43:05 +02:00
parent 06c38f6279
commit aa1789f6b0
6 changed files with 33 additions and 6 deletions

View File

@ -23,6 +23,13 @@
margin: 0 auto;
}
pre {
word-wrap: break-word;
white-space: pre-wrap;
font-size: 18px;
}
#form-container {
max-width: 400px;
margin: 0 auto;

2
Files/posts.json Normal file

File diff suppressed because one or more lines are too long