diff --git a/web/css/style.css b/web/css/style.css index 7c126fd..3300bdf 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -19,4 +19,5 @@ code { pre { color: #5cb85c; text-align: left; + line-height: 1.2em; } diff --git a/web/js/script.js b/web/js/script.js index 1e82198..8373aaa 100644 --- a/web/js/script.js +++ b/web/js/script.js @@ -136,7 +136,6 @@ $(function () { $body.off('keypress'); globalDelay = 0; $output = $('.output4'); - printLine($output, ''); printLine($output, ' Great! We\'ll see you at the party then.'); printLine($output, ''); @@ -147,7 +146,6 @@ $(function () { $body.off('keypress'); $output = $('.output4'); globalDelay = 0; - printLine($output, ''); printLine($output, ' Sorry to hear! You\'re missing out on a great experience.'); printLine($output, '');