From 2d2ada2c47469216ee0b2057c1cfd16825bb1181 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 23 Dec 2017 00:14:54 +0000 Subject: [PATCH] styling --- style.css | 4 +++- style.less | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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;