Ensure css applies to .user-main > .about icons regardless of tag
This commit is contained in:
parent
611d62e4a5
commit
b3b6eeff97
|
@ -80,7 +80,8 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
i:not(:first-of-type) {
|
|
||||||
|
.d-icon:not(:first-of-type) {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue