diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
index 0eef6016c3..e57211a935 100644
|
a
|
b
|
Description: Used to style blocks in the editor. |
| 634 | 634 | margin-bottom: 16px; |
| 635 | 635 | } |
| 636 | 636 | |
| | 637 | /* Post Author Block */ |
| | 638 | |
| | 639 | .editor-styles-wrapper .avatar, |
| | 640 | .wp-block-post-author__avatar img { |
| | 641 | border-radius: 50%; |
| | 642 | } |
| | 643 | |
| 637 | 644 | /*-------------------------------------------------------------- |
| 638 | 645 | 7.0 Blocks - Colors |
| 639 | 646 | --------------------------------------------------------------*/ |