Skip to content

Commit

Permalink
[SP2] 메인 가치 섹션 QA (#299)
Browse files Browse the repository at this point in the history
* style: 올라오는 모션 y값 조정

* style: 가치 이미지 최대 너비 지정

---------

Co-authored-by: solar3070 <>
  • Loading branch information
solar3070 authored Nov 27, 2023
1 parent e42db71 commit b4f37f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function IntroContent({ content }: IntroContentProps) {
};

const upMotion = {
initial: { y: 10 },
initial: { y: 20 },
visible: {
y: 0,
transition: { type: 'spring', damping: 20, stiffness: 120, y: { delay: 0.3, duration: 0.8 } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const Content = styled(motion.div)`
'title image'
'desc image';
grid-template-rows: auto 1fr;
grid-template-columns: 590px minmax(323px, 1fr);
grid-template-columns: 590px minmax(323px, 707px);
grid-gap: 24px 57px;
position: relative;
Expand Down

0 comments on commit b4f37f6

Please sign in to comment.