Fixes header wrap on mobile headers
This commit is contained in:
parent
27d81306e3
commit
8a3d1a0bf2
10 changed files with 24 additions and 30 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue