fix: alignment

This commit is contained in:
Cory Dransfeldt 2024-08-23 19:03:38 -07:00
parent 6430805fbf
commit 0c5bbdd640
No known key found for this signature in database
6 changed files with 11 additions and 11 deletions

View file

@ -57,12 +57,12 @@ schema: book
{%- if book.artists -%}
{%- capture sectionTitle -%}
{% if book.artists.size > 1 %}
I listen to artists in this book!
I listen to artists featured in this book!
{% else %}
I listen to the artist in this book!
I listen to the artist featured in this book!
{%- endif -%}
{%- endcapture -%}
<p id="artists" class="music flex-centered">
<p id="artists" class="music">
{% tablericon "headphones" "Music" %}
{{ sectionTitle }}
</p>

View file

@ -64,7 +64,7 @@ schema: artist
{%- endif -%}
{%- if artist.concerts -%}
<hr />
<p id="concerts" class="concerts flex-centered">
<p id="concerts" class="concerts">
{% tablericon "device-speaker" "concert" %}
I've seen this artist live!
</p>
@ -92,7 +92,7 @@ schema: artist
{%- endif -%}
{%- if artist.books -%}
<hr />
<p id="books" class="books flex-centered">
<p id="books" class="books">
{% tablericon "books" "books" %}
I've read about this artist!
</p>