use utility classes
This commit is contained in:
parent
2fa1878f74
commit
b272495a2a
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ layout: base
|
||||||
|
|
||||||
<article class="region">
|
<article class="region">
|
||||||
<div class="wrapper flow">
|
<div class="wrapper flow">
|
||||||
<h1 class="gradient-text-linear">{{ title }}</h1>
|
<h1 class="gradient-text-linear text-step-4">{{ title }}</h1>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ eleventyComputed:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</custom-masonry>
|
</custom-masonry>
|
||||||
|
|
||||||
<h2>{{ meta.blog.tagMore }}</h2>
|
<h2 class="text-step-2">{{ meta.blog.tagMore }}</h2>
|
||||||
|
|
||||||
<ul class="taglist | my-s-m cluster" role="list">
|
<ul class="taglist | my-s-m cluster gutter-s" role="list">
|
||||||
{% for tag in collections.tagList %}
|
{% for tag in collections.tagList %}
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue