theme.scss 978 B

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