Skip to content

Commit

Permalink
docs: fix nav link overlapping issues (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <[email protected]>
  • Loading branch information
engageintellect and huntabyte authored Aug 29, 2024
1 parent e85fa1d commit 91ec512
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions sites/docs/src/lib/components/docs/nav/main-nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mr-4 hidden md:flex">
<a href="/" class="mr-6 flex items-center space-x-2">
<Icons.logo class="h-6 w-6" />
<span class="hidden font-bold sm:inline-block">
<span class="hidden font-bold xl:inline-block">
{siteConfig.name}
</span>
</a>
Expand Down Expand Up @@ -72,15 +72,5 @@
>
Colors
</a>
<a
href={siteConfig.links.github}
target="_blank"
rel="noopener noreferrer"
class={cn(
"text-foreground/60 hover:text-foreground/80 hidden transition-colors lg:block"
)}
>
GitHub
</a>
</nav>
</div>

0 comments on commit 91ec512

Please sign in to comment.