Skip to content

Commit b8cf434

Browse files
committed
Update footer
1 parent 98cc61f commit b8cf434

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

themes/vocabulary_theme/templates/blog-post.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ <h5 class="title">Posts in the {{ series.name }} series</h5>
6161
</ul>
6262
</div>
6363
{% endif %}
64+
<div class="comments">{{ render_disqus_comments() }}</div>
6465
</footer>
6566
</div>
66-
67-
<div class="comments">{{ render_disqus_comments() }}</div>
6867
{% endblock %}

webpack/sass/main.scss

+8-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a {
3838

3939
.single-post {
4040
.container {
41-
@extend .padding-horizontal-xxl;
41+
@extend .padding-horizontal-xl;
4242
}
4343

4444
.single-post-header {
@@ -52,6 +52,7 @@ a {
5252

5353
.author {
5454
@extend .padding-top-big;
55+
@extend .padding-bottom-normal;
5556
@extend .body-big;
5657

5758
line-height: 1.8125;
@@ -63,7 +64,7 @@ a {
6364
}
6465

6566
.series-header {
66-
@extend .margin-top-big;
67+
@extend .margin-top-normal;
6768
@extend .padding-horizontal-big;
6869
@extend .padding-vertical-normal;
6970
@extend .body-normal;
@@ -145,4 +146,9 @@ a {
145146
}
146147
}
147148
}
149+
150+
.comments {
151+
@extend .padding-top-large;
152+
@extend .padding-bottom-xxl;
153+
}
148154
}

0 commit comments

Comments
 (0)