From 7a10602c6356d7c9369e67a7e8d44b65d2b23515 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 1 Apr 2023 14:37:42 +0200 Subject: [PATCH] increase width to 500px Signed-off-by: Simon L --- php/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/public/style.css b/php/public/style.css index 08cb9e41..e43485c9 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -144,7 +144,7 @@ input { padding: 20px; max-width: 100%; word-break: break-word; - max-width: 470px; + max-width: 500px; margin: 0 auto; }