From c9602e28ce5b997d6b35a8976bcad27aacf3819b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 28 Jul 2021 13:19:56 -0700 Subject: [PATCH] Use consistant header size --- bookwyrm/templates/feed/feed_layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/feed/feed_layout.html b/bookwyrm/templates/feed/feed_layout.html index 224fac033..57305df72 100644 --- a/bookwyrm/templates/feed/feed_layout.html +++ b/bookwyrm/templates/feed/feed_layout.html @@ -8,7 +8,7 @@ {% if user.is_authenticated %}
-

{% trans "Your books" %}

+

{% trans "Your books" %}

{% if not suggested_books %}

{% trans "There are no books here right now! Try searching for a book to get started" %}

{% else %}