reduce python code font size

This commit is contained in:
Silver Kuusik 2018-01-17 12:40:16 +01:00
parent 20519554d3
commit f649da4980
1 changed files with 1 additions and 1 deletions

View File

@ -139,6 +139,6 @@ div#stream {
div#blocklyCode {
width: 100%;
height: 100%;
font-size: 1.8em;
font-size: 1.5em;
}
}