diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-02 17:15:08 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-02 17:15:08 +0200 |
commit | c5716599c3ef7f8f88ab5832d5df901af967cf08 (patch) | |
tree | 6a1f701cdffca1fd23c88a1945441e679583003f /css | |
parent | 8f368bc83db0b6a938ea6f8650cb30b2c7bef060 (diff) |
Pa naj bo 50:50 dokler ne stuhtamo kaj boljšega
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 */ |