Skip to content
Snippets Groups Projects
Commit 14d38a35 authored by Andris Borbás's avatar Andris Borbás
Browse files

fix too large navbar

parent a00cc64a
Branches
No related tags found
No related merge requests found
Pipeline #6520 passed with warnings
...@@ -38,7 +38,7 @@ export default function Navbar() { ...@@ -38,7 +38,7 @@ export default function Navbar() {
<Link href={href}> <Link href={href}>
<a <a
className={clsx( className={clsx(
"inline-block py-2 w-full hover:text-pink text-xl font-medium lg:px-5 lg:text-2xl", "inline-block py-2 w-full hover:text-pink text-xl font-medium lg:px-5 xl:text-2xl",
i === 0 && "lg:pl-0", i === 0 && "lg:pl-0",
i === navbarContent.links.length - 1 && "lg:pr-0", i === navbarContent.links.length - 1 && "lg:pr-0",
)} )}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment