6 lines
97 B
CSS
6 lines
97 B
CSS
|
.wp-block-avatar{
|
||
|
box-sizing:border-box;
|
||
|
}
|
||
|
.wp-block-avatar.aligncenter{
|
||
|
text-align:center;
|
||
|
}
|