We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de9d6c0 + 512b634 commit 33468ebCopy full SHA for 33468eb
_layouts/tag-archive.html
@@ -46,7 +46,8 @@ <h2 class="title">Tagged posts: '{{ page.title }}'</h2>
46
</div>
47
{% endfor %}
48
49
- <div class="grid__item width-3-12 width-12-12-m">
+ <div class="grid__item width-1-12 width-12-12-m"></div>
50
+ <div class="grid__item width-2-12 width-12-12-m">
51
<h3 class="tags-label">Tags</h3>
52
{% assign tag_words = site.tags | sort %}
53
{% for stats in tag_words %}
_sass/layouts/blog.scss
@@ -137,6 +137,11 @@ body.post {
137
}
138
139
.blog-page, .post-page {
140
+
141
+ h2 {
142
+ margin-top: 0;
143
+ }
144
145
p.byline {
146
font-size: 1rem;
147
0 commit comments