_author-bio.scss 313 B

1234567891011121314151617181920212223
  1. /**
  2. * Author
  3. */
  4. /* Author description */
  5. .author-bio {
  6. .site-main > article > & {
  7. margin-top: calc(2 * #{map-deep-get($config-global, "spacing", "vertical")});
  8. }
  9. .author-title {
  10. font-size: #{map-deep-get($config-heading, "font", "size", "h3")};
  11. }
  12. .author-description {
  13. .author-link {
  14. }
  15. }
  16. }