diff --git a/static/mdlive.css b/static/mdlive.css index 5b43a0a..b319054 100644 --- a/static/mdlive.css +++ b/static/mdlive.css @@ -1,10 +1,12 @@ textarea#markdown { width: 100%; - height: 800px; + margin-top: 5vh; + height: 90vh; font-family: Hack, monospace; } div.container > article > #output { - height: 800px; + margin-top: 5vh; + height: 90vh; overflow-y: scroll; }