chore: more consistent class name
This commit is contained in:
parent
9f50fdd4d1
commit
2ecad5c264
12 changed files with 13 additions and 13 deletions
|
@ -15,6 +15,6 @@ layout: default
|
|||
{% render "partials/now/links.liquid", links:links %}
|
||||
{% render "partials/now/media-grid.liquid", data:movies, icon: "movie", title: "Movies", shape: "vertical", count: 6 %}
|
||||
{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %}
|
||||
<p class="now__explainer text-center">
|
||||
<p class="now__explainer text--centered">
|
||||
This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.
|
||||
</p>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<footer>
|
||||
<nav aria-label="Social icons" class="flex--centered text-center">
|
||||
<nav aria-label="Social icons" class="flex--centered text--centered">
|
||||
{% for link in nav.social %}
|
||||
{% render "partials/nav/linked-icon.liquid", name: link.name, link: link.url, icon: link.icon %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
<nav aria-label="Secondary site navigation" class="flex--centered text-center">
|
||||
<nav aria-label="Secondary site navigation" class="flex--centered text--centered">
|
||||
{% for link in nav.footer %}
|
||||
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
|
||||
{% if not forloop.last %}<span>•</span>{% endif %}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{% tablericon "arrow-left" "Prevous" %}
|
||||
</button>
|
||||
{% endif %}
|
||||
<div class="text-center">
|
||||
<div class="text--centered">
|
||||
<span aria-current="page">{{ pagination.pageNumber | plus: 1 }}</span> of {{ pagination.links.size }}
|
||||
</div>
|
||||
{% if pagination.href.next %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="webring__wrapper">
|
||||
<a class="no-underline" href="https://cs.sjoy.lol">
|
||||
<h3 class="text-center">CSS JOY Webring</h3>
|
||||
<h3 class="text--centered">CSS JOY Webring</h3>
|
||||
</a>
|
||||
<div class="webring__centered flex--centered">
|
||||
<a href="https://webri.ng/webring/cssjoy/previous?via=https://coryd.dev/webrings">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="webring__centered flex--centered">
|
||||
<img src="/assets/img/webrings/theclaw.png" alt="The Claw Webring" />
|
||||
</div>
|
||||
<h3 class="text-center">The Claw Webring</h3>
|
||||
<h3 class="text--centered">The Claw Webring</h3>
|
||||
<div class="webring__centered flex--centered">
|
||||
<a href="https://github.com/whitep4nth3r/the-claw-webring" class="pill--button">
|
||||
{% tablericon "user-plus" "Join!" %} Join!
|
||||
|
|
Reference in a new issue