Skip to content

Commit d9cd6ed

Browse files
committed
Adjust hero header
1 parent 8c2ad33 commit d9cd6ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hypha/templates/cotton/hero/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load i18n %}
22

3-
<section class="items-center md:flex md:justify-between">
3+
<section class="flex flex-col gap-4 items-center md:flex-row md:justify-between">
44
<div x-data="{ showBackButton: {{ back_link|yesno:'true,false' }} || (window.history && window.history.length > 1) }">
55
<a
66
x-show="showBackButton"
@@ -13,7 +13,7 @@
1313
</a>
1414
<h1 class="mb-2 text-2xl font-medium md:m-0 md:text-3xl">{{ title }}</h1>
1515
{% if subtitle %}
16-
<p class="max-w-3xl text-sm truncate text-fg-muted">{{ subtitle }}</p>
16+
<p class="max-w-3xl text-sm text-fg-muted">{{ subtitle }}</p>
1717
{% endif %}
1818
</div>
1919

0 commit comments

Comments
 (0)