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

11 lines
124 B
CSS
Raw Normal View History

2021-07-20 02:02:14 +00:00
html, body {
height: 100%;
}
2021-07-19 00:56:02 +00:00
2021-07-20 02:02:14 +00:00
#editor {
height: 600px;
2021-07-19 00:56:02 +00:00
}
2021-07-19 02:17:18 +00:00
textarea {
font-family: 'Roboto Mono', monospace;
}