Advertisement
phpface

Untitled

Jun 11th, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1. .single-post .single-entry>img {
  2.     display: none;
  3. }
  4. .video-section .post .post-header,
  5. .widget .post .post-header{
  6.     margin-top: 10px;
  7. }
  8. .item-img img{
  9.     height: 100%!important;
  10. }
  11.  
  12. @media only screen and (min-width: 1024px) {
  13.     .item-img{
  14.         height: 260px!important;
  15.     }
  16. }
  17.  
  18. .post-header .post-meta{
  19.     height: 1.6em;
  20.     overflow: hidden;
  21.     display: block;    
  22. }
  23.  
  24. .post-header .post-category a{
  25.     display: none;
  26. }
  27. .post-header .post-category a:nth-child(1){
  28.     display: inherit;
  29. }
  30. .video-section .item h3 a,
  31. .widget .item h3 a {
  32.     -webkit-line-clamp: 1;
  33.     display: -webkit-box;
  34.     white-space: normal;
  35.     -webkit-box-orient: vertical;
  36.     max-height: 1.7em;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement