Skip to content

Commit

Permalink
Fix clipping on story hero titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kalafarski authored and Christopher Kalafarski committed Jan 21, 2015
1 parent b42344a commit 10ae3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/stories/_stories.hero.styl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ article.story .hero {
h1 {
font-weight: 300;
font-size: 22px; // TODO
line-height: 24px; // TODO
max-height: 72px;
line-height: 29px; // TODO
max-height: 87px;
overflow: hidden;
color: inherit;
}
Expand Down

0 comments on commit 10ae3f7

Please sign in to comment.