Skip to content

Commit 3fb9aad

Browse files
committed
fix small mobile issues with layout
1 parent 7bd8b3d commit 3fb9aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<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] ">
11+
<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] ">
1212
<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 %}"
1313
{% if page.url == '/' %}aria-current="page"{% endif %}>
1414
Home</a>

0 commit comments

Comments
 (0)