diff --git a/style.css b/style.css index 180b648..ea27d6c 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,7 @@ textarea { height: 256px; width: 256px; margin: 1em; + font-family: monospace; } textarea, input { @@ -72,7 +73,8 @@ input { padding: 1em 0; width: 256px; } -#preview { +#preview, +#room-output { margin: 0 auto; width: 256px; } diff --git a/style.less b/style.less index f9cbcce..3cff882 100644 --- a/style.less +++ b/style.less @@ -57,6 +57,8 @@ textarea { height: 256px; width: 256px; margin: 1em; + + font-family: monospace; } textarea, input { @@ -91,7 +93,7 @@ textarea, input { width: 256px; } -#preview { +#preview, #room-output { .centre; width: 256px;