mdlive/static/mdlive.css

13 lines
214 B
CSS

textarea#markdown {
width: 100%;
margin-top: 5vh;
height: 90vh;
font-family: Hack, monospace;
}
div.container > article > #output {
margin-top: 5vh;
height: 90vh;
overflow-y: scroll;
}