File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ export default function AboutPage(): React.JSX.Element {
28
28
function HeroSection ( ) : React . JSX . Element {
29
29
return (
30
30
< 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 " >
32
32
< div className = "flex h-full flex-col items-center rounded-15 bg-primary-400" >
33
33
< h1
34
- className = { cn ( typography ( { scale : 'head-1' } ) , 'mt-18 text-center' ) }
34
+ className = { cn ( typography ( { scale : 'head-1' } ) , 'mt-11 text-center' ) }
35
35
>
36
36
요약부터 아카이빙까지 한번에
37
37
</ h1 >
38
38
< p
39
39
className = {
40
- ( cn ( typography ( { scale : 'body-2' } ) ) , 'mt-8 text-center' )
40
+ ( cn ( typography ( { scale : 'body-2' } ) ) , 'mt-1 text-center' )
41
41
}
42
42
>
43
43
Someup!을 통해 당신만의 요약본을 몇초만에 만들어보세요!{ ' ' }
You can’t perform that action at this time.
0 commit comments