Skip to content

Commit cdc995b

Browse files
committed
halved space between navbar components
1 parent 60de018 commit cdc995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Navbar = () => {
2424
<p className="mt-3 text-xs">C:\INTERNAL STRUCTURE\{path}</p>
2525
</Link>
2626
<div>
27-
<div className="md:flex xl:gap-36 lg:gap-20 md:gap-10 text-right font-bold hidden">
27+
<div className="md:flex xl:gap-18 lg:gap-10 md:gap-5 text-right font-bold hidden">
2828
<Link href="about">
2929
<div>{'//'} about us</div>
3030
</Link>

0 commit comments

Comments
 (0)