chore: styles
This commit is contained in:
parent
51b60301d1
commit
9b702520e2
42 changed files with 91 additions and 99 deletions
|
@ -1,6 +1,6 @@
|
|||
<footer{% unless updated %} style="margin-top:var(--sizing-3xl)"{% endunless %}>
|
||||
{%- if updated -%}
|
||||
<p class="explainer text-small text-centered"><em>This page was last updated on {{ updated | strip }}.</em></p>
|
||||
<p class="text-centered"><em>This page was last updated on {{ updated | strip }}.</em></p>
|
||||
{%- endif -%}
|
||||
<nav aria-label="Social icons" class="social flex-centered justify-centered text-centered">
|
||||
{%- for link in nav.footer_icons -%}
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
</article>
|
||||
{%- endfor -%}
|
||||
{%- if postType != 'featured' -%}
|
||||
<a class="link-icon flex-centered" href="/posts">View all posts {% tablericon "arrow-right" "View all posts" %}</a>
|
||||
<a class="flex-centered" href="/posts">View all posts {% tablericon "arrow-right" "View all posts" %}</a>
|
||||
{%- endif -%}
|
||||
</div>
|
Reference in a new issue