이거 select 되니까 좀 그렇다

This commit is contained in:
암냥 2025-02-13 20:35:59 +09:00
commit ce3d2d2c8a

View file

@ -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">