diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/codeq.css b/css/codeq.css index b06644f..c3f3634 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -226,13 +226,13 @@ body { } #screen_python .block.block1 { - min-height: 30%; height: 30%; + min-height: 50%; height: 50%; border-right: 0; } /* hints */ #screen_python .block.block4 { - min-height: 70%; height: 70%; + min-height: 50%; height: 50%; } /* code_editor */ |