css: add some whitespace between bottom of text and the input box

This commit is contained in:
mappu 2017-02-05 20:11:10 +13:00
parent ff075e2e7e
commit 78b7af7fbc
1 changed files with 2 additions and 2 deletions

View File

@ -180,13 +180,13 @@ html,body {
overflow-y:auto;
-webkit-transition: all 0.25s ease-in-out;
padding:0; /*4px;*/
padding:0;
margin:0;
box-sizing:border-box;
position:absolute;
top:4px;
bottom:0;
bottom:4px;
left:4px;
right:0;
}