use utility classes

This commit is contained in:
madrilene 2024-11-29 18:03:53 +01:00
parent 2fa1878f74
commit b272495a2a
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ layout: base
<article class="region">
<div class="wrapper flow">
<h1 class="gradient-text-linear">{{ title }}</h1>
<h1 class="gradient-text-linear text-step-4">{{ title }}</h1>
{{ content | safe }}
</div>
</article>

View file

@ -17,9 +17,9 @@ eleventyComputed:
{% endfor %}
</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 %}
<li>
<a