Skip to content

Commit

Permalink
Merge pull request #28 from Brightspace/dbatiste/minor-fix
Browse files Browse the repository at this point in the history
Dbatiste/minor fix
  • Loading branch information
dbatiste committed Nov 22, 2015
2 parents 2b2a951 + ad12227 commit 9e8cfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vui-typography",
"version": "1.0.5",
"version": "1.0.6",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
Expand Down
2 changes: 1 addition & 1 deletion typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $vui-base-fontSize: 19px;
font-weight: 300;
line-height: 2rem;
letter-spacing: px-to-rem(-0.5px, $vui-base-fontSize);
margin: 2rem 0 1rem 0;
margin: 1.5rem 0 1.5rem 0;

}

Expand Down

0 comments on commit 9e8cfc8

Please sign in to comment.