From b5638a71a12575a5bed2508d070d74282541e1aa Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Fri, 27 Feb 2015 21:09:15 -0800 Subject: [PATCH] Update to size and line-height for standard text --- public/resources/css/base/_type.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/resources/css/base/_type.scss b/public/resources/css/base/_type.scss index 43f65aa36a..9f0898816d 100644 --- a/public/resources/css/base/_type.scss +++ b/public/resources/css/base/_type.scss @@ -62,7 +62,8 @@ body { line-height: 32px; } -.text-subhead { +.text-subhead, +.text-body { margin: 0px 0px ($unit * 2) 0px; font-size: 16px; font-weight: 400; @@ -70,12 +71,13 @@ body { line-height: 28px; } -.text-body { - font-size: 16px; - font-weight: 400; - opacity: .87; - line-height: 24px; -} +// STANDARD TEXT TOO SMALL +// .text-body { +// font-size: 16px; +// font-weight: 400; +// opacity: .87; +// line-height: 24px; +// } .text-caption { margin: 0px 0px ($unit * 2) 0px;