We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2ad33 commit d9cd6edCopy full SHA for d9cd6ed
1 file changed
hypha/templates/cotton/hero/header.html
@@ -1,6 +1,6 @@
1
{% load i18n %}
2
3
-<section class="items-center md:flex md:justify-between">
+<section class="flex flex-col gap-4 items-center md:flex-row md:justify-between">
4
<div x-data="{ showBackButton: {{ back_link|yesno:'true,false' }} || (window.history && window.history.length > 1) }">
5
<a
6
x-show="showBackButton"
@@ -13,7 +13,7 @@
13
</a>
14
<h1 class="mb-2 text-2xl font-medium md:m-0 md:text-3xl">{{ title }}</h1>
15
{% if subtitle %}
16
- <p class="max-w-3xl text-sm truncate text-fg-muted">{{ subtitle }}</p>
+ <p class="max-w-3xl text-sm text-fg-muted">{{ subtitle }}</p>
17
{% endif %}
18
</div>
19
0 commit comments