Tighten gap between Facebook and Instagram icons in desktop nav

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Calum Muir 2026-04-30 20:35:03 +00:00
parent 5fdc7da0fe
commit 7c3e8b5ef0

View file

@ -131,7 +131,7 @@ const lineClass = isDark ? "bg-white" : "bg-black";
</li>
))
}
<li class="hidden sm:block">
<li class="hidden sm:flex items-center gap-2">
<a
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
href={facebookHref}
@ -141,8 +141,6 @@ const lineClass = isDark ? "bg-white" : "bg-black";
<path fill="currentColor" d="M14 8.5h2.5V6H14c-1.9 0-3 1.2-3 3v2H9v2.5h2V18h2.5v-4.5h2l.5-2.5h-2.5V9c0-.3.2-.5.5-.5z"></path>
</svg>
</a>
</li>
<li class="hidden sm:block">
<a
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
href="https://www.instagram.com/HighlandGroupRDA"