We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd8b3d commit 3fb9aadCopy full SHA for 3fb9aad
1 file changed
_includes/header.html
@@ -8,7 +8,7 @@
8
</div>
9
10
<nav class="min-w-0" aria-label="Primary">
11
- <div class="flex flex-wrap gap-x-6 gap-y-3 px-6 font-mono text-sm uppercase tracking-[0.12em] ">
+ <div class="flex flex-wrap gap-x-4 md:gap-x-6 gap-y-3 px-6 font-mono text-sm uppercase tracking-[0.12em] ">
12
<a href="{{ '/' | relative_url }}" class="{% if page.url == '/' %}text-black underline underline-offset-[0.22rem] decoration-[1px]{% else %}text-gray-500 hover:text-black{% endif %}"
13
{% if page.url == '/' %}aria-current="page"{% endif %}>
14
Home</a>
0 commit comments