_posts.scss 328 B

12345678910111213141516171819202122
  1. .post {
  2. @extend .container;
  3. .post-meta { justify-content: center }
  4. table { display: block; overflow-x: auto }
  5. }
  6. .post-info {
  7. @extend .container;
  8. h2{ @extend h3 }
  9. }
  10. .post-meta {
  11. @extend .row;
  12. color: $hyperlink-color-dark;
  13. margin: $leading/2 0 0;
  14. }
  15. .posts { @extend .main }
  16. .post-divider { @extend .divider }