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 {
|
.post-footer {
|
||||||
margin-top: calc(var(--content-gap) * 1.5);
|
margin-top: calc(var(--content-gap) * 1.5);
|
||||||
padding-bottom: calc(var(--content-gap) * 2);
|
padding-bottom: calc(var(--content-gap) * 2);
|
||||||
border-bottom: 3px solid var(--tertiary);
|
}
|
||||||
|
.comments-separator {
|
||||||
|
height: 3px;
|
||||||
|
background-color: var(--tertiary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-buttons {
|
.share-buttons {
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{{- if not (.Param "noComments") }}
|
{{- if not (.Param "noComments") }}
|
||||||
|
<div class="comments-separator"></div>
|
||||||
{{- partial "comments.html" . }}
|
{{- partial "comments.html" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue