bifocal/node_modules/@tryghost/shared-theme-assets/assets/css/v1/components/comments.css

24 lines
387 B
CSS

.gh-comments {
margin-top: 64px;
margin-bottom: -24px;
}
.gh-comments-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.gh-comments .gh-comments-title {
margin-bottom: 28px;
}
.gh-comments-header .gh-comments-title {
margin-bottom: 0;
}
.gh-comments-count {
color: var(--color-secondary-text);
}