feat: add projects
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user