Skip to content

Commit b0fbc22

Browse files
committed
Update Navbar
1 parent b50e3cc commit b0fbc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Navbar({ className }: { className?: string }) {
5050
icon={GrProjects}
5151
noChildren={false}
5252
>
53-
<div className="text-sm grid sm:grid-cols-2 grid-cols-1 sm:grid-rows-2 gap-10 p-1 h-full object-cover overflow-y-auto max-h-96">
53+
<div className="text-sm grid md:grid-cols-2 xl:grid-cols-3 grid-cols-1 gap-10 p-1 h-full object-cover overflow-y-auto max-h-96">
5454
{Projects.map((project) => (
5555
<ProductItem
5656
title={project.Title}

0 commit comments

Comments
 (0)