Ensure css applies to .user-main > .about icons regardless of tag

This commit is contained in:
minusfive 2017-09-01 08:32:27 -04:00 committed by Robin Ward
parent 611d62e4a5
commit b3b6eeff97
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
font-weight: normal;
font-size: 1em;
margin: 5px 0;
i:not(:first-of-type) {
.d-icon:not(:first-of-type) {
margin-left: 10px;
}
}