move the line from .post-footer to .comment-separator
This commit is contained in:
parent
e13eb19368
commit
5e73b0ea72
|
@ -405,7 +405,10 @@ h6:hover .anchor {
|
|||
.post-footer {
|
||||
margin-top: calc(var(--content-gap) * 1.5);
|
||||
padding-bottom: calc(var(--content-gap) * 2);
|
||||
border-bottom: 3px solid var(--tertiary);
|
||||
}
|
||||
.comments-separator {
|
||||
height: 3px;
|
||||
background-color: var(--tertiary);
|
||||
}
|
||||
|
||||
.share-buttons {
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
</footer>
|
||||
|
||||
{{- if not (.Param "noComments") }}
|
||||
<div class="comments-separator"></div>
|
||||
{{- partial "comments.html" . }}
|
||||
{{- end }}
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue