diff --git a/views/index.hbs b/views/index.hbs index 20a062b..13918e4 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -20,9 +20,9 @@ html, body { height: 100%; margin: 0; padding: 0; } .wrap { position: relative; - height: 97%; + height: 96%; background: #eee; - padding: 20px; + padding: 15px; box-sizing: border-box; } .border { @@ -31,7 +31,7 @@ border-radius: 5px; border: 1px solid #999; position: relative; - height: 97%; + height: 96%; padding: 1px; } .CodeMirror {