Make CSS modular
This commit is contained in:
6
public/css/profile-pic.css
Normal file
6
public/css/profile-pic.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.profilePic:not(.links-container > img.profilePic) {
|
||||
border-radius: 100%;
|
||||
height: var(--space-xl);
|
||||
margin-right: var(--space-s);
|
||||
width: var(--space-xl);
|
||||
}
|
||||
Reference in New Issue
Block a user