9 lines
155 B
CSS
9 lines
155 B
CSS
|
.wp-block-avatar{
|
||
|
line-height:0;
|
||
|
}
|
||
|
.wp-block-avatar,.wp-block-avatar img{
|
||
|
box-sizing:border-box;
|
||
|
}
|
||
|
.wp-block-avatar.aligncenter{
|
||
|
text-align:center;
|
||
|
}
|