Skip to content

Commit

Permalink
feat: style growth process card
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxxunnn committed Feb 27, 2024
1 parent af7aa7e commit e760c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(routes)/member/[memberId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function Home({ params: { memberId } }: { params: { memberI
</header>
<section className="mb-5 px-6">
<h2 className="mb-[10px] pt-5 text-[20px] font-bold leading-[32px] text-[#494E59]">성장과정</h2>
<div className="flex justify-between gap-[10px] py-[6px]">
<div className="flex justify-between gap-[10px] pb-[6px]">
<div className="flex flex-1 items-center justify-between rounded-xl bg-[#F6F8FC] px-5 py-[18px]">
<div>
<div className="text-[12px] font-medium leading-[18px] text-[#8B92A0]">성장한지</div>
Expand Down

0 comments on commit e760c3f

Please sign in to comment.