You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
388 B

1 year ago
  1. .wp-block-post-author{
  2. display:flex;
  3. flex-wrap:wrap;
  4. }
  5. .wp-block-post-author__byline{
  6. font-size:.5em;
  7. margin-bottom:0;
  8. margin-top:0;
  9. width:100%;
  10. }
  11. .wp-block-post-author__avatar{
  12. margin-left:1em;
  13. }
  14. .wp-block-post-author__bio{
  15. font-size:.7em;
  16. margin-bottom:.7em;
  17. }
  18. .wp-block-post-author__content{
  19. flex-basis:0;
  20. flex-grow:1;
  21. }
  22. .wp-block-post-author__name{
  23. margin:0;
  24. }