Files
nathanupchurch.com/public/css/profile-pic.css
2026-04-20 12:07:55 -05:00

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