fix: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 18:56:50 -07:00
parent 6ac50af454
commit be8cc52bb4
No known key found for this signature in database
29 changed files with 50 additions and 37 deletions

View file

@ -11,7 +11,7 @@ schema: book
{%- capture alt -%}
{{ book.title }}{% if book.authors %}By {{ book.authors }}{% endif %}
{%- endcapture -%}
<a href="/books" title="Go back to the books index page">{% tablericon "arrow-left" "Go back to the books index page" %} Back to books</a>
<a class="icon-link" href="/books" title="Go back to the books index page">{% tablericon "arrow-left" "Go back to the books index page" %} Back to books</a>
<article class="book-focus">
<div class="book-display">
<img