styling
This commit is contained in:
parent
6a97f09b59
commit
2d2ada2c47
|
@ -45,6 +45,7 @@ textarea {
|
||||||
height: 256px;
|
height: 256px;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
textarea,
|
textarea,
|
||||||
input {
|
input {
|
||||||
|
@ -72,7 +73,8 @@ input {
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
}
|
}
|
||||||
#preview {
|
#preview,
|
||||||
|
#room-output {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,6 +57,8 @@ textarea {
|
||||||
height: 256px;
|
height: 256px;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea, input {
|
textarea, input {
|
||||||
|
@ -91,7 +93,7 @@ textarea, input {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#preview {
|
#preview, #room-output {
|
||||||
.centre;
|
.centre;
|
||||||
|
|
||||||
width: 256px;
|
width: 256px;
|
||||||
|
|
Loading…
Reference in New Issue