Skip to content

Commit

Permalink
Merge pull request #113 from joshlasdin/master
Browse files Browse the repository at this point in the history
Add "line-height: 1" to card selector
  • Loading branch information
Jesse Pollak committed Sep 4, 2014
2 parents 182e542 + 5d7ec9c commit cf39182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@

.card {
font-family: "Helvetica Neue";
line-height: 1;
position: relative;
width: 100%;
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/scss/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

.card {
font-family: $card-font-family;
line-height: 1;
position: relative;
width: 100%;
height: 100%;
Expand Down

0 comments on commit cf39182

Please sign in to comment.