Skip to content

Commit

Permalink
Design(RecruitSection): 배경색 그라데이션 적용
Browse files Browse the repository at this point in the history
- 그림 테두리가 검정이라 안 보여서!!~
  • Loading branch information
joojjang committed Jan 14, 2025
1 parent 53bba4f commit 09c1592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/_components/main-section/RecruitSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Button } from '@/components/ui'

export const RecruitSection = () => {
return (
<Content className="w-full bg-primary py-28 md:px-10">
<Content className="w-full bg-gradient-to-b from-primary via-primary/60 to-yellow-100 py-28 md:px-10">
<div className="flex w-full flex-1 flex-col gap-10 text-lg text-white">
<div className="flex flex-col items-center px-12">
<p
Expand All @@ -30,7 +30,7 @@ export const RecruitSection = () => {
className="h-auto sm:w-1/2 lg:w-1/3"
alt="Haedal laptop"
/>
<p className="text-center text-slate-300">
<p className="text-center text-slate-600">
지금은 모집 기간이 아닙니다.
<br />
2025년 1학기 모집 때 다시 만나요🌝
Expand Down

0 comments on commit 09c1592

Please sign in to comment.