feat: add projects

This commit is contained in:
Jianqi Jin
2023-09-19 15:01:22 -05:00
parent a6b5fc79fa
commit a859b2824f
2 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ const Project = () => {
if (bodySize.width > 850) {
return 3;
}
return 2;
if (bodySize.width > 650) {
return 2;
}
return 1;
}, [bodySize]);
return (
<div className="project">