More vertical space for writing

This change reduces the margin on the post editor between the title and body content from 15px to 5px. This change keeps the aesthetic of the editor, while enabling a little bit more body content to be on the screen at the same time. Small but significant adjustment.
This commit is contained in:
John O'Nolan 2013-08-21 08:48:38 +02:00
parent 044cf21887
commit 078e0ffc20

View File

@ -60,7 +60,7 @@
padding: 15px;
position: absolute;
bottom:40px; // height of the publish bar
top:69px; // height of the post title + margin
top:59px; // height of the post title + margin
background: #fff;
box-shadow: $shadow;