Skip to content

Commit

Permalink
Merge pull request #7 from tarungarg546/text-overflow
Browse files Browse the repository at this point in the history
Text-overflow for description added 🐳
  • Loading branch information
kamranahmedse authored Jul 2, 2016
2 parents 215cfc6 + 2f9f2d6 commit 762af7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ div.container {
}

.content-item p.tagline {
font-weight: normal;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
font-size: 13px;
line-height: 20px;
}
Expand Down

0 comments on commit 762af7c

Please sign in to comment.