Update to size and line-height for standard text

This commit is contained in:
Alex Wolfe 2015-02-27 21:09:15 -08:00
parent efebaf3d03
commit b5638a71a1
1 changed files with 9 additions and 7 deletions

View File

@ -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;