_author-bio.scss 435 B

123456789101112131415161718192021222324
  1. /**
  2. * Author
  3. */
  4. /* Author description */
  5. .author-bio {
  6. font-size: var(--global--font-size-xs);
  7. max-width: var(--responsive--aligndefault-width);
  8. .site-main > article > & {
  9. margin-top: calc(2 * var(--global--spacing-vertical));
  10. }
  11. .author-title {
  12. font-family: var(--entry-author-bio--font-family);
  13. font-size: var(--entry-author-bio--font-size);
  14. }
  15. .author-description {
  16. font-size: var(--global--font-size-md);
  17. }
  18. }