Skip to content

Commit 7a4df35

Browse files
committed
fix title on small screens
1 parent e1038bf commit 7a4df35

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

_includes/header.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<header class="grid grid-cols-3 items-baseline gap-x-4 bg-stone-50 px-6 py-2">
2-
<div class="justify-self-start">
3-
<a href="{{ '/' | relative_url }}" class="text-xl font-semibold tracking-tight">
4-
Lab<span class="text-red-500">/</span>Notes
5-
</a>
1+
<header class="bg-stone-50 px-6 py-2">
2+
<div class="flex flex-col gap-1 md:flex-row md:items-baseline md:justify-between">
3+
<div>
4+
<a href="{{ '/' | relative_url }}" class="text-xl font-semibold tracking-tight">
5+
Lab<span class="text-red-500">/</span>Notes
6+
</a>
67
</div>
78

8-
<div></div>
9-
10-
<div class="justify-self-end whitespace-nowrap text-sm text-gray-600">
11-
A peer-reviewed journal on research design and method.
9+
<div class="text-xs md:text-sm text-gray-600">
10+
A peer-reviewed journal on research design and method.
11+
</div>
1212
</div>
1313
</header>
1414

0 commit comments

Comments
 (0)