From 92f14c67887d160c69db0dc8f4a1f1ed757de338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Mon, 27 Nov 2023 16:09:12 +0100 Subject: [PATCH] updates App.css --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 663da2f..15fce39 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1,6 +1,6 @@ body { min-width: 576px; - max-width: 1200px; + max-width: 2000px; } input.instantUpdate { background-color: rgba(255, 0, 0, 0.1);