Skip to content

Commit

Permalink
랜딩 후킹 섹션 디자인 수정 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsup committed Nov 20, 2024
1 parent 48e0edc commit 0e979cd
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions apps/website/src/routes/HookingSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
paddingY: '140px',
backgroundColor: 'neutral.20',
lgDown: {
paddingY: '100px',
paddingY: '80px',
smOnly: {
paddingTop: '54px',
paddingBottom: '40px',
},
})}
>
<h1
class={css({
fontSize: '[45px]',
fontSize: '[36px]',
fontWeight: '[800]',
lineHeight: '[138%]',
letterSpacing: '-0.9px',
lineHeight: '[140%]',
letterSpacing: '-0.144px',
textAlign: 'center',
lgDown: {
fontSize: '24px',
mdDown: {
fontSize: '28px',
},
})}
>
Expand All @@ -100,16 +100,15 @@
</h1>
<p
class={css({
marginTop: '16px',
marginTop: '20px',
color: 'text.secondary',
fontSize: '[22px]',
fontSize: '[18px]',
fontWeight: '[500]',
lineHeight: '[144%]',
letterSpacing: '-0.088px',
textAlign: 'center',
lgDown: {
marginTop: '10px',
fontSize: '14px',
mdDown: {
fontSize: '16px',
},
})}
>
Expand All @@ -121,16 +120,15 @@
<div
class={flex({
position: 'relative',
marginTop: '86px',
marginTop: '102px',
width: 'full',
maxWidth: '1280px',
maxWidth: '960px',
marginX: 'auto',
flexDirection: 'column',
gap: '16px',
overflow: 'hidden',
lgDown: {
marginTop: '40px',
gap: '10px',
mdDown: {
marginTop: '64px',
},
})}
>
Expand All @@ -141,7 +139,7 @@
left: '0',
width: '80px',
height: 'full',
background: '[linear-gradient(270deg, rgba(244, 244, 245, 0.00) 0%, #F4F4F5 93.07%)]',
background: '[linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 103.69%)]',
zIndex: '10',
})}
></div>
Expand All @@ -152,7 +150,7 @@
right: '0',
width: '80px',
height: 'full',
background: '[linear-gradient(90deg, rgba(244, 244, 245, 0.00) 0%, #F4F4F5 93.07%)]',
background: '[linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 103.69%)]',
zIndex: '10',
})}
></div>
Expand Down

0 comments on commit 0e979cd

Please sign in to comment.