page-blog.css 716 B

12345678910111213141516171819202122232425262728
  1. .blog-list-wrapper .blog-title-truncate {
  2. display: -webkit-box;
  3. -webkit-line-clamp: 2;
  4. -webkit-box-orient: vertical;
  5. overflow: hidden; }
  6. .blog-list-wrapper .blog-content-truncate {
  7. display: -webkit-box;
  8. -webkit-line-clamp: 3;
  9. -webkit-box-orient: vertical;
  10. overflow: hidden; }
  11. .blog-detail-wrapper .blog-detail-share .dropdown-menu {
  12. min-width: auto; }
  13. .blog-sidebar .blog-recent-posts img {
  14. object-fit: cover; }
  15. .blog-sidebar .blog-recent-posts .text-body-heading:hover {
  16. color: #6d62e4 !important; }
  17. .blog-sidebar .blog-recent-post-title,
  18. .blog-sidebar .blog-category-title {
  19. line-height: 23px;
  20. letter-spacing: 0; }
  21. .blog-edit-wrapper .border {
  22. border-color: #d8d6de !important; }