Coding/BinaryDad.Coding/wwwroot/css/site.css

11 lines
124 B
CSS

html, body {
height: 100%;
}
#editor {
height: 600px;
}
textarea {
font-family: 'Roboto Mono', monospace;
}