Fixes header wrap on mobile headers

This commit is contained in:
Mouse Reeve
2021-02-23 13:04:24 -08:00
parent 27d81306e3
commit 8a3d1a0bf2
10 changed files with 24 additions and 30 deletions

View File

@ -5,7 +5,7 @@
<h1 class="title">Lists</h1>
</header>
{% if request.user.is_authenticated and not lists.has_previous %}
<header class="block columns">
<header class="block columns is-mobile">
<div class="column">
<h2 class="title">Your lists</h2>
</div>