From f840f4f25b1ddde2a37edb6ced4943bbd92603aa Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 9 Sep 2021 22:48:35 +0200 Subject: [PATCH] enwidened the whole page --- public/assets/css/thetool.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index fd46d1349..07a1daf63 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -1,3 +1,7 @@ +.container-fluid { + max-width:98%; +} + .hidden { display:none; }