fix(projects): make project cards grid fill available width on wide screens (#4731)

This commit is contained in:
Mauricio Siu
2026-07-05 15:06:54 -06:00
committed by GitHub
parent 3e74f9a374
commit b96c5e8655

View File

@@ -290,7 +290,7 @@ export const ShowProjects = () => {
</span>
</div>
)}
<div className="w-full grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4 3xl:grid-cols-5 flex-wrap gap-5">
<div className="w-full grid grid-cols-[repeat(auto-fill,minmax(300px,1fr))] gap-5">
{filteredProjects?.map((project) => {
const emptyServices = project?.environments
.map(