forked from mirror/_s
Fix incorrect rem value. See #160. Props @dollseb.
This commit is contained in:
parent
d7fd5eac21
commit
fbb50c4e90
|
@ -233,7 +233,7 @@ input[type="submit"] {
|
||||||
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
|
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 */
|
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-size: 1.4rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 1.12em 1.5em 1em;
|
padding: 1.12em 1.5em 1em;
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,.8);
|
text-shadow: 0 1px 0 rgba(255,255,255,.8);
|
||||||
|
|
Reference in New Issue