Files
hub-insurance/wp-includes/blocks/avatar/style.css
T
2026-07-02 15:54:39 -06:00

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;
}