1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-16 20:05:28 +02:00
mdlive/static/mdlive.css
2016-05-04 17:14:42 +02:00

11 lines
164 B
CSS

textarea#markdown {
width: 100%;
height: 800px;
font-family: Hack, monospace;
}
div.container > #output {
height: 800px;
overflow-y: scroll;
}