Ship names are in monospace

This commit is contained in:
Matilde Park 2019-08-02 12:26:47 -04:00
parent baa9f32c68
commit 3f55aaeb81
2 changed files with 5 additions and 1 deletions

View File

@ -118,3 +118,7 @@ h2 {
.lh-16 {
line-height: 16px;
}
.mono {
font-family: "Source Code Pro", monospace;
}

View File

@ -185,7 +185,7 @@ export class NewScreen extends Component {
</p>
<textarea
ref={ e => { this.textarea = e; } }
className="body-regular fw-normal ba pa2 mb2 db w-100"
className="body-regular mono fw-normal ba pa2 mb2 db w-100"
placeholder="~zod, ~bus"
style={{
resize: 'none',