1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-18 14:35:33 +02:00
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;
}