Skip to content

Commit

Permalink
Fix invalid property value
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-young authored and niklasravnsborg committed May 21, 2016
1 parent 2c93d9c commit c21b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/2-base/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ body
background: $documentBackgroundColor
font-size: 14px
line-height: 1.6
font-family: 'Open Sans' sans-serif
font-family: 'Open Sans', sans-serif
color: $textColor
-webkit-font-smoothing: antialiased
-webkit-text-size-adjust: 100%
Expand Down

0 comments on commit c21b968

Please sign in to comment.