Increase font weight on features row of homepage

This commit is contained in:
Ryan Watters
2017-03-07 03:18:46 -06:00
parent 5f8d840f88
commit b67ee3a576
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ ul.animated {
}
.homepage-feature-content {
color: lighten($base-font-color, 20%);
font-weight: 200;
font-weight: 300;
line-height: 1.3;
font-size: .9em;
p {
+1 -1
View File
File diff suppressed because one or more lines are too long