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:
parent
5fdc7da0fe
commit
7c3e8b5ef0
1 changed files with 1 additions and 3 deletions
|
|
@ -131,7 +131,7 @@ const lineClass = isDark ? "bg-white" : "bg-black";
|
||||||
</li>
|
</li>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
<li class="hidden sm:block">
|
<li class="hidden sm:flex items-center gap-2">
|
||||||
<a
|
<a
|
||||||
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
|
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
|
||||||
href={facebookHref}
|
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>
|
<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>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
|
||||||
<li class="hidden sm:block">
|
|
||||||
<a
|
<a
|
||||||
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
|
class={`inline-flex items-center justify-center h-10 w-10 rounded-full border ${borderClass} ${textClass}`}
|
||||||
href="https://www.instagram.com/HighlandGroupRDA"
|
href="https://www.instagram.com/HighlandGroupRDA"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue