7 lines
159 B
CSS
7 lines
159 B
CSS
.profilePic:not(.links-container > img.profilePic) {
|
|
border-radius: 100%;
|
|
height: var(--space-xl);
|
|
margin-right: var(--space-s);
|
|
width: var(--space-xl);
|
|
}
|