Remove extraneous flex class

This commit is contained in:
2024-12-19 17:19:54 -06:00
parent 6ebd1d607d
commit faf3b8d28f

View File

@@ -129,7 +129,7 @@ const ProjectsPage: NextPage = () => {
]; ];
return ( return (
<AppWrapper current="projects"> <AppWrapper current="projects">
<div className="max-w-500 mx-auto mt-20 flex grid h-full w-max grid-cols-1 gap-x-20 gap-y-14 py-2 md:grid-cols-2 lg:grid-cols-3"> <div className="max-w-500 mx-auto mt-20 grid h-full w-max grid-cols-1 gap-x-20 gap-y-14 py-2 md:grid-cols-2 lg:grid-cols-3">
{projects.map(({ name, description, url, icon: Icon }) => ( {projects.map(({ name, description, url, icon: Icon }) => (
<Link <Link
key={name} key={name}