Removed trailing spaces

This commit is contained in:
James Brooks
2014-12-04 23:11:56 +00:00
parent bd3fbd416c
commit 337689bd5f

View File

@@ -25,9 +25,9 @@ $screen-md-min: "(min-width: 992px)";
$screen-md-max: "(max-width: 1199px)";
$screen-lg-min: "(min-width: 1200px)";
body.dashboard {
body.dashboard {
font-family: $base-font-family;
font-weight: $base-font-weight;
letter-spacing: $base-letter-spacing;
background: $base-background-color;
}
}