forked from mirrors/bookwyrm
Use consistant header size
This commit is contained in:
parent
436afb0ebd
commit
c9602e28ce
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{% if user.is_authenticated %}
|
||||
<div class="column is-one-third">
|
||||
<section class="block">
|
||||
<h2 class="title is-5">{% trans "Your books" %}</h2>
|
||||
<h2 class="title is-4">{% trans "Your books" %}</h2>
|
||||
{% if not suggested_books %}
|
||||
<p>{% trans "There are no books here right now! Try searching for a book to get started" %}</p>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue