Tweaked avatar margins in comment lists
This commit is contained in:
parent
0ea40ce6d0
commit
770dba8a41
1 changed files with 2 additions and 4 deletions
|
@ -30,15 +30,13 @@ ul.comments {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment .avatar {
|
.comment .avatar {
|
||||||
margin-right: 0.5em;
|
margin-top: 0.2em;
|
||||||
|
margin-right: 0.75em;
|
||||||
-webkit-flex-shrink: 0;
|
-webkit-flex-shrink: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment .content {
|
|
||||||
margin-top: 0.25em;
|
|
||||||
}
|
|
||||||
.comment .content p:first-child {
|
.comment .content p:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue