Coding/BinaryDad.Coding/wwwroot/css/site.css
2021-07-19 22:54:16 -04:00

20 lines
222 B
CSS

html, body {
height: 100%;
}
#editor {
height: 600px;
}
textarea, .navbar-brand {
font-family: 'Roboto Mono', monospace;
}
.navbar-brand {
font-size: 26px;
}
#live-mode-status {
display: none;
}