Skip to content

Commit

Permalink
fix(docs): update font spacing (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Feb 8, 2018
1 parent 9886898 commit 7e2a41a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/app/docs/docs.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
.content {
margin-top: nb-theme(content-top-gap);
min-width: 0;

.columns {
letter-spacing: 0.3px;
}

nb-layout-column {
min-width: 0;
}
Expand All @@ -38,7 +43,7 @@
border-bottom: none;
}
span {
letter-spacing: -1px;
letter-spacing: -0.5px;
}

& > ul > li {
Expand Down

0 comments on commit 7e2a41a

Please sign in to comment.