mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Increase nav link spacing
This commit is contained in:
@@ -43,7 +43,7 @@ function NavigationReact() {
|
||||
<a class="flex-1" href="/">
|
||||
<span className="text-blue-700 text-lg font-semibold">Audacity</span>
|
||||
</a>
|
||||
<div className="flex-1 justify-center hidden gap-3 sm:flex">
|
||||
<div className="flex-1 justify-center hidden gap-4 sm:flex">
|
||||
{navLinks.map((navLink, index) => {
|
||||
return renderNavLink(navLink, index);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user