Skip to content

Instantly share code, notes, and snippets.

@salehahmadbabu
Created January 7, 2018 14:23
Show Gist options
  • Save salehahmadbabu/4572ab512446607b640edae34620fbe9 to your computer and use it in GitHub Desktop.
Save salehahmadbabu/4572ab512446607b640edae34620fbe9 to your computer and use it in GitHub Desktop.
.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment-list li {
margin-bottom: 40px;
}
.comment-list .says {
display: none;
}
.comment-author {
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 700;
display: inline-block;
margin-right: 20px;
color: #000;
}
.comment-author a {
color: #000;
}
.comment-body {
position: relative;
padding-left: 120px;
}
.comment-body .avatar {
position: absolute;
left: 0;
top: 0;
width: 100px;
}
.comment-metadata {
display: inline-block;
}
.comment-meta {
margin-bottom: 10px;
}
.comment-meta a {
color: #333;
}
.children {
padding-left: 40px;
margin: 0;
list-style: none;
}
.children li {
margin-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment