We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50e3cc commit b0fbc22Copy full SHA for b0fbc22
components/Navbar.tsx
@@ -50,7 +50,7 @@ function Navbar({ className }: { className?: string }) {
50
icon={GrProjects}
51
noChildren={false}
52
>
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">
+ <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">
54
{Projects.map((project) => (
55
<ProductItem
56
title={project.Title}
0 commit comments