Skip to content

Commit

Permalink
Merge pull request #240 from official-Trippy/feature/#127
Browse files Browse the repository at this point in the history
design: 글쓰기 모바일
  • Loading branch information
kimkimjunjun authored Oct 16, 2024
2 parents 2affcde + 09a18ae commit c2c9024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/post/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ function PostWrite() {
>
<span className="w-[5rem]">PASSENGER</span>
<span className="w-[9rem] ml-[2rem]">DATE</span>
<span className="w-[2rem] ml-[2rem]">GROUP</span>
<span className="w-[2rem] ml-[4rem]">GROUP</span>
</div>
<div
className={`flex text-[0.5rem] ml-[1rem] items-center font-extrabold text-[#6B6B6B] relative`}
Expand All @@ -726,7 +726,7 @@ function PostWrite() {
setStartDate={setStartDate}
/>
</div>
<div className="w-[5rem] flex text-[0.8rem] items-center">
<div className="w-[5rem] flex text-[0.8rem] items-center ml-[1rem]">
<button
className="text-[#FB3463] flex text-[1.2rem] items-center -mt-[0.2rem]"
onClick={handleDecrease}
Expand Down

0 comments on commit c2c9024

Please sign in to comment.