File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/src/components/mainpage/recruit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ export default function RecruitSection() {
14
14
< div className = 'absolute inset-0 flex transform-gpu items-center' >
15
15
< div className = 'flex w-full justify-between' >
16
16
< m . div initial = { { x : '-100%' } } animate = { { x : isInView ? '0%' : '-100%' } } transition = { { bounce : 0 } } >
17
- < LeftFrame className = 'h-[57.2rem]' />
17
+ < LeftFrame className = 'hidden h-[57.2rem] md:block ' />
18
18
</ m . div >
19
19
< m . div initial = { { x : '100%' } } animate = { { x : isInView ? '0%' : '100%' } } transition = { { bounce : 0 } } >
20
- < RightFrame className = 'h-[53.5rem] translate-x-[1.5rem] transform' />
20
+ < RightFrame className = 'hidden h-[53.5rem] translate-x-[1.5rem] transform md:block ' />
21
21
</ m . div >
22
22
</ div >
23
23
</ div >
You can’t perform that action at this time.
0 commit comments