1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-18 12:15:31 +02:00
mdlive/static/mdlive.css

13 lines
214 B
CSS
Raw Permalink Normal View History

2016-05-04 17:11:23 +02:00
textarea#markdown {
width: 100%;
margin-top: 5vh;
height: 90vh;
2016-05-04 17:11:23 +02:00
font-family: Hack, monospace;
}
2016-05-30 13:51:36 +02:00
div.container > article > #output {
margin-top: 5vh;
height: 90vh;
2016-05-04 17:11:23 +02:00
overflow-y: scroll;
}