From fbb50c4e903e76a062470186553009c0d2b63233 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Fri, 22 Feb 2013 18:04:12 -0600 Subject: [PATCH] Fix incorrect rem value. See #160. Props @dollseb. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index aa2f691..a174e7e 100644 --- a/style.css +++ b/style.css @@ -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);