We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca9e9bd + 9e77796 commit bbd52e5Copy full SHA for bbd52e5
1 file changed
frontend/src/sections/navbar.tsx
@@ -48,7 +48,7 @@ export function Navbar() {
48
<img src={icon} id="logo" alt="logo" className="cursor-pointer w-14 h-14" draggable={false} />
49
</Link>
50
51
- <ul className="hidden gap-4 overflow-x-auto md:flex">
+ <ul className="hidden gap-4 p-2 overflow-x-auto md:flex">
52
{Object.entries(NAV_PAGES).map(([page, route]) => (
53
<NavbarItem key={page} page={page as keyof typeof NAV_PAGES} route={route} />
54
))}
0 commit comments