fix: alignment
This commit is contained in:
parent
6430805fbf
commit
0c5bbdd640
6 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue