From a0ddd75b67e3ddc26b9b18c10ae3a2ecc885e44d Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 5 May 2024 14:45:49 +0200 Subject: [PATCH] fix --- views/layouts/main.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/layouts/main.html b/views/layouts/main.html index 7c2b145..e9ce60d 100644 --- a/views/layouts/main.html +++ b/views/layouts/main.html @@ -26,6 +26,10 @@ left: 0; right: 0; padding: 10px; + max-width: 800px; + /* Adjust this value to your desired maximum width */ + margin: 0 auto; + /* Center the container horizontally */ } .textarea-wrapper {