From 2a3cf478a204e8cd0999de156aa6b24f33109232 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 16 Oct 2022 09:17:42 +0200 Subject: [PATCH] css palindrome --- brythonRunner/css/all.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brythonRunner/css/all.css b/brythonRunner/css/all.css index e757340d..11f64cd9 100644 --- a/brythonRunner/css/all.css +++ b/brythonRunner/css/all.css @@ -20,18 +20,18 @@ body{ div.enigme{ - width: 33%; + width: 25%; height: 100%; margin: 0; padding: 0; } div.editor_class{ - width: 33%; + width: 50%; min-height: 100%; margin-bottom: 0; } div.compiler_class{ - width: 33%; + width: 25%; } \ No newline at end of file