This commit is contained in:
Adrien Bouvais 2024-05-05 14:45:49 +02:00
parent a5c27c22d9
commit a0ddd75b67

View File

@ -26,6 +26,10 @@
left: 0; left: 0;
right: 0; right: 0;
padding: 10px; padding: 10px;
max-width: 800px;
/* Adjust this value to your desired maximum width */
margin: 0 auto;
/* Center the container horizontally */
} }
.textarea-wrapper { .textarea-wrapper {