slightly more padding on buttons

This commit is contained in:
Owen Versteeg 2014-02-20 17:19:55 -05:00
parent b5669d0a1e
commit eb37d0db89

View file

@ -6,7 +6,7 @@
cursor: pointer;
display: inline-block; /* Enables non-inline-block elements like <div>s to be buttons */
font-size: 2.5em;
margin: .3em .2em 0 0;
margin: .2em .3em .2em 0;
padding: 15px 40px 16px;
}