theme.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @import 'blocks/latest-posts';
  2. @import 'blocks/links';
  3. @import 'blocks/navigation';
  4. @import 'blocks/post-comments';
  5. @import 'blocks/pullquote';
  6. @import 'blocks/site-title';
  7. /**
  8. * Author bio
  9. */
  10. .author-bio {
  11. margin-top: calc(6 * var(--wp--custom--margin--baseline) );
  12. }
  13. .author-bio .wp-block-post-navigation-link,
  14. .author-bio .wp-block-post-author__name {
  15. font-family: var(--wp--preset--font-family--headings);
  16. }
  17. .author-bio .wp-block-post-navigation-link {
  18. font-size: var(--wp--preset--font-size--large);
  19. }
  20. .wp-block-post-navigation-links {
  21. margin-top: calc(9 * var(--wp--custom--margin--baseline));
  22. }
  23. .wp-block-post-navigation-links .wp-block-post-navigation-link-byline {
  24. font-size: var(--wp--preset--font-size--tiny);
  25. margin: 0;
  26. }
  27. .footer-credit {
  28. display: flex;
  29. font-family: var(--wp--preset--font-family--headings);
  30. white-space: pre-wrap;
  31. }
  32. .footer-credit > * {
  33. align-self: center;
  34. font-size: var(--wp--preset--font-size--small);
  35. }
  36. .footer-credit .wp-block-site-title > a {
  37. font-size: var(--wp--preset--font-size--small);
  38. }