_author.scss 353 B

12345678910111213141516171819202122
  1. .wp-block-post-author__content {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. }
  6. .wp-block-post-author__name {
  7. font-weight: 700;
  8. line-height: 1;
  9. margin-bottom: 0.5em;
  10. }
  11. .wp-block-post-author__bio {
  12. margin: 0;
  13. font-size: var(--wp--preset--font-size--small);
  14. }
  15. .wp-block-post-author__avatar {
  16. img {
  17. border-radius: 50%;
  18. }
  19. }