Skip to content

Commit c84bdcc

Browse files
committed
Increase font size of navbar menu items
1 parent d2db586 commit c84bdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Header/Navbar.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ const Navbar = () => {
2222
<ul className="items-center justify-between pt-4 text-base text-gray-700 md:flex md:pt-0">
2323
<li>
2424
<Link href="/produkter">
25-
<a className="inline-block py-2 pr-4 no-underline hover:text-black hover:underline">
25+
<a className="inline-block py-2 pr-4 text-xl font-bold no-underline hover:underline">
2626
Produkter
2727
</a>
2828
</Link>
2929
</li>
3030
<li>
3131
<Link href="/kategorier">
32-
<a className="inline-block py-2 pr-4 no-underline hover:text-black hover:underline">
32+
<a className="inline-block py-2 pr-4 text-xl font-bold no-underline hover:underline">
3333
Kategorier
3434
</a>
3535
</Link>

0 commit comments

Comments
 (0)