Use consistant header size

This commit is contained in:
Mouse Reeve 2021-07-28 13:19:56 -07:00
parent 436afb0ebd
commit c9602e28ce

View file

@ -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 %}