Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7602ed

Browse files
committedJun 11, 2020
Tweaking Comments link style
1 parent 819eace commit b7602ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h1 class="post-title">{{ page.title }}</h1>
1717
{% unless forloop.last %} {% endunless %}{% endfor %}
1818
</p>
1919
{% endif %}
20-
{% include reading-time.html %}
2120
{% include comments/link.html %}
21+
{% include reading-time.html %}
2222
</header><!-- .post-header -->
2323
{% if page.featured_image %}
2424
<div class="post-thumbnail">

‎_sass/_comments.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#comments-link {
44
float: right;
5-
margin: 1.3334em 0;
5+
margin: 1.3334em 0 1.3334em 1em;
66
}
77

88
#comments {

0 commit comments

Comments
 (0)
Please sign in to comment.