recent-posts.css 421 B

12345678910111213141516171819
  1. .recent-posts .card .card-footer span {
  2. font-size: 10pt;
  3. color: #6c757d !important;
  4. padding-top: 5px;
  5. }
  6. .recent-posts .card .card-footer {
  7. background: #fff;
  8. }
  9. .post-summery {
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. display: -webkit-box;
  13. /* line-height: 24px; fallback */
  14. max-height: 144px; /* fallback */
  15. -webkit-line-clamp: 5; /* number of lines to show */
  16. -webkit-box-orient: vertical;
  17. }