fix line-height

This commit is contained in:
PeterTheOne 2016-12-28 22:07:54 +01:00
parent e108effb68
commit a25cae0e76
2 changed files with 1 additions and 2 deletions

View File

@ -19,4 +19,5 @@ code {
pre {
color: #5cb85c;
text-align: left;
line-height: 1.2em;
}

View File

@ -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, '');