File tree 2 files changed +9
-4
lines changed
themes/vocabulary_theme/templates
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ <h5 class="title">Posts in the {{ series.name }} series</h5>
61
61
</ ul >
62
62
</ div >
63
63
{% endif %}
64
+ < div class ="comments "> {{ render_disqus_comments() }}</ div >
64
65
</ footer >
65
66
</ div >
66
-
67
- < div class ="comments "> {{ render_disqus_comments() }}</ div >
68
67
{% endblock %}
Original file line number Diff line number Diff line change 38
38
39
39
.single-post {
40
40
.container {
41
- @extend .padding-horizontal-xxl ;
41
+ @extend .padding-horizontal-xl ;
42
42
}
43
43
44
44
.single-post-header {
52
52
53
53
.author {
54
54
@extend .padding-top-big ;
55
+ @extend .padding-bottom-normal ;
55
56
@extend .body-big ;
56
57
57
58
line-height : 1.8125 ;
63
64
}
64
65
65
66
.series-header {
66
- @extend .margin-top-big ;
67
+ @extend .margin-top-normal ;
67
68
@extend .padding-horizontal-big ;
68
69
@extend .padding-vertical-normal ;
69
70
@extend .body-normal ;
145
146
}
146
147
}
147
148
}
149
+
150
+ .comments {
151
+ @extend .padding-top-large ;
152
+ @extend .padding-bottom-xxl ;
153
+ }
148
154
}
You can’t perform that action at this time.
0 commit comments