Is it possible to increase the size of a group flair?

In common - css of a theme or component. you can do something like this

Avatar flair resized from the default 40px to 60px:

.user-card-avatar .avatar-flair, .user-profile-avatar .avatar-flair {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
}

default 40 px

60 px

Can change flair location with this component: