_index.scss 545 B

12345678910111213141516171819202122232425
  1. .archive,
  2. .blog,
  3. .home {
  4. .wp-block-post-excerpt__excerpt {
  5. margin-top: calc( 0.5 * var(--wp--custom--gap--vertical) );
  6. margin-bottom: calc( 0.5 * var(--wp--custom--gap--vertical) );
  7. }
  8. .wp-block-post-date {
  9. text-decoration: underline;
  10. @include text-decoration;
  11. }
  12. .wp-block-query .wp-block-post-title{
  13. margin-bottom: calc( 0.5 * var(--wp--custom--gap--vertical) );
  14. }
  15. }
  16. .wp-block-post-excerpt__more-link {
  17. font-weight: 500;
  18. &:after {
  19. content: "→";
  20. display: inline-block;
  21. padding-left: 0.7ch;
  22. text-decoration: none;
  23. }
  24. }