Reduce letter spacing within the dashboard.

This commit is contained in:
James Brooks
2015-05-18 09:53:30 +01:00
parent 241947d069
commit c370ed47ef
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"dist/css/all.css": "dist/css/all-91da3eb2.css",
"dist/css/all.css": "dist/css/all-93223aff.css",
"dist/js/all.js": "dist/js/all-c574dfda.js"
}

View File

@@ -2,7 +2,7 @@ body.dashboard {
font-family: $base-font-family;
font-weight: $base-font-weight;
font-size: $base-font-size;
letter-spacing: $base-letter-spacing;
// letter-spacing: $base-letter-spacing;
display: table;
width: 100%;
height: 100%;