Commit a6bbadc0 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

버튼 위치조정

parent ebcab5cd
......@@ -23,13 +23,13 @@ export const Home = () => {
<div className="flex h-14 w-28 items-center border-2 border-themeColor font-bold text-black bg-gray-200 hover:bg-themeColor rounded-lg ">
<button
type="button"
className="text-center h-full w-28 font-bold text-black place-items-center"
className="text-center h-full w-28 font-bold text-black place-items-center mb-3"
onClick={clickHome}
>
+
</button>
</div>
<p className="text-center text-xl text-black">Create now!</p>
<p className="text-center text-xl text-black mt-3">Create now!</p>
</div>
<div className="flex justify-center">
<img
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment