Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .jeg_post .jeg_post_title {
- display: -webkit-box;
- -webkit-line-clamp: 2; /* number of lines */
- -webkit-box-orient: vertical;
- overflow: hidden;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement