refactor: adjust sizes

This commit is contained in:
Mauricio Siu
2025-01-12 23:59:35 -06:00
parent 5052688aaf
commit dd3fccea02
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ export const ShowProjects = () => {
</span>
</div>
)}
<div className="w-full grid sm:grid-cols-1 lg:grid-cols-2 xl:grid-cols-4 flex-wrap gap-5">
<div className="w-full grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-4 flex-wrap gap-5">
{filteredProjects?.map((project) => {
const emptyServices =
project?.mariadb.length === 0 &&