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