diff --git a/content/demo-dev.html b/content/demo-dev.html index ce5a190..3e219b8 100644 --- a/content/demo-dev.html +++ b/content/demo-dev.html @@ -42,13 +42,14 @@ white-space: pre; font-size: 13px; display: block; - margin-top: 65px; + padding-top: 65px; } - code[data-run], iframe { + code[data-run], .code-wrapper, iframe { height: 400px; + width: 100% } - #loader { - display: none; + .code-wrapper { + position: relative; } @@ -102,8 +103,6 @@