_blog.scss 731 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .card{
  2. width: calc(100% / 3);
  3. padding: 0 10px;
  4. .card-header{
  5. display: inline-flex;
  6. & > div{
  7. margin-right: 5px;
  8. & > a{
  9. vertical-align: baseline;
  10. }
  11. & > time{
  12. vertical-align: baseline;
  13. }
  14. }
  15. }
  16. }
  17. #items{
  18. .full-works{
  19. width: 100%;
  20. }
  21. .card{
  22. margin-bottom: 20px;
  23. min-width: 200px;
  24. }
  25. }
  26. #body-wrapper.blog-listing{
  27. border-top: 1px solid black;
  28. padding-top: 20px;
  29. #items{
  30. .content-title{
  31. display: inline-flex;
  32. align-items: baseline;
  33. }
  34. .e-content{
  35. width: calc(33% * 2);
  36. column-count: 2;
  37. margin: 20px 0;
  38. & > p{
  39. }
  40. }
  41. .top{
  42. text-align: center;
  43. margin-bottom: 20px;
  44. }
  45. }
  46. }