Fix incorrect rem value. See #160. Props @dollseb.

This commit is contained in:
Philip Arthur Moore 2013-02-22 18:04:12 -06:00
parent d7fd5eac21
commit fbb50c4e90
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ input[type="submit"] {
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.4rem;
font-size: 1.2rem;
line-height: 1;
padding: 1.12em 1.5em 1em;
text-shadow: 0 1px 0 rgba(255,255,255,.8);