This commit is contained in:
synth-ruiner 2017-12-23 00:14:54 +00:00
parent 6a97f09b59
commit 2d2ada2c47
2 changed files with 6 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;