이거 select 되니까 좀 그렇다
This commit is contained in:
parent
c99c90298d
commit
ce3d2d2c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const projects = [
|
|||
|
||||
export default function Project() {
|
||||
return (
|
||||
<div className="w-full h-screen flex flex-col items-center justify-center">
|
||||
<div className="w-full h-screen flex flex-col items-center justify-center select-none">
|
||||
<div className="w-full md:w-[50%] p-4">
|
||||
<h1 className="text-2xl font-bold">📖 Project</h1>
|
||||
<div className="mt-4 gap-4 grid grid-cols-1 md:grid-cols-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue