Skip to content

Commit

Permalink
Merge branch 'main' into fix/info-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-jk authored Aug 30, 2024
2 parents e71cc62 + 45a0a86 commit c7a59dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/landing/containers/FourthSection/FourthSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function FourthSection() {
<Spacing size={24} />
<span className="text-neutral-50 text-title2 whitespace-pre text-center">{`취준 정보를 작성하는 순간부터 태그를 등록하여\n원하는 키워드의 정보를 빠르게 찾을 수 있어요`}</span>
<Spacing size={100} />
<div className="rounded-[30px] border-neutral-95 border-[8px] overflow-hidden mx-[20px]">
<div className="mx-[20px]">
<Image src="/landing/image156_2.png" alt="" width={1000} height={640} />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/landing/containers/SecondSection/SecondSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function SecondSection() {
<Spacing size={24} />
<span className="text-title2 text-mint-10">자주쓰는 정보를 태그로 쉽게 분류할 수 있어요</span>
<Spacing size={100} />
<div className="rounded-[30px] border-neutral-95 border-[8px] overflow-hidden mx-[20px]">
<div className="mx-[20px]">
<Image src="/landing/image152_2.png" alt="" width={1010} height={640} />
</div>
<Spacing size={160} />
Expand Down
4 changes: 2 additions & 2 deletions src/app/landing/containers/ThirdSection/ThridSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function ThirdSection() {

<Spacing size={100} direction="row" />

<div className="w-[1010px] rounded-[30px] border-neutral-95 border-[8px] overflow-hidden mx-[20px]">
<div className="w-[1010px] mx-[20px]">
<Image src="/landing/image153_2.png" alt="" width={1010} height={640} />
</div>
<div className="absolute bottom-[-180px] right-[47%]">
Expand All @@ -35,7 +35,7 @@ export function ThirdSection() {

<div className="relative h-[640px]">
<div className="absolute flex top-[50%] left-[50%] gap-[12px] translate-x-[calc(-50%-100px)] -translate-y-1/2">
<div className="w-[1010px] rounded-[30px] border-neutral-95 border-[8px] overflow-hidden mx-[20px]">
<div className="w-[1010px] mx-[20px]">
<Image src="/landing/image154_2.png" alt="" width={1010} height={640} />
</div>

Expand Down

0 comments on commit c7a59dc

Please sign in to comment.