Advertisement
phpface

Untitled

Mar 7th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. .video-section .item h3,
  2. .widget .item h3 {
  3.     display: -webkit-box;
  4.     max-height: 3.2rem;
  5.     -webkit-box-orient: vertical;
  6.     overflow: hidden;
  7.     text-overflow: ellipsis;
  8.     white-space: normal;
  9.     -webkit-line-clamp: 2;
  10.     font-size: 1.4rem;
  11.     font-weight: 500;
  12.     line-height: 1.6rem;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement