Skip to content

Commit 72b4587

Browse files
committed
fix: 소개 페이지 간격 수정
- 간격 수정하여 이미지 잘려보이지 않도록 수정
1 parent 6bce1d5 commit 72b4587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/about/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ export default function AboutPage(): React.JSX.Element {
2828
function HeroSection(): React.JSX.Element {
2929
return (
3030
<section className="h-screen w-full bg-white">
31-
<div className="h-full w-full p-12.5">
31+
<div className="h-full w-full p-12.5 pt-17">
3232
<div className="flex h-full flex-col items-center rounded-15 bg-primary-400">
3333
<h1
34-
className={cn(typography({ scale: 'head-1' }), 'mt-18 text-center')}
34+
className={cn(typography({ scale: 'head-1' }), 'mt-11 text-center')}
3535
>
3636
요약부터 아카이빙까지 한번에
3737
</h1>
3838
<p
3939
className={
40-
(cn(typography({ scale: 'body-2' })), 'mt-8 text-center')
40+
(cn(typography({ scale: 'body-2' })), 'mt-1 text-center')
4141
}
4242
>
4343
Someup!을 통해 당신만의 요약본을 몇초만에 만들어보세요!{' '}

0 commit comments

Comments
 (0)