diff --git a/community/public/css/style.less b/community/public/css/style.less index 9ec00b92..fb4da4a0 100644 --- a/community/public/css/style.less +++ b/community/public/css/style.less @@ -271,15 +271,20 @@ section.lightgray { } @media (max-width: 768px) { - .canvas-wrapper { - padding-top: 10px; + .canvas-wrapper { + padding-top: 10px; + } + .code-wrapper { + min-height: 50px; + } + .CodeMirror { + min-height: 50px; + } + } +} + +.sketch-header { + input#sketch-title { + font-weight: bold; } - .code-wrapper { - min-height: 50px; - } - .CodeMirror { - min-height: 50px; - } - } - } diff --git a/community/www/sketches/index.html b/community/www/sketches/index.html index 71ad9996..074a8d1c 100644 --- a/community/www/sketches/index.html +++ b/community/www/sketches/index.html @@ -13,7 +13,7 @@