@@ -6,11 +6,11 @@ import PageLayout from '@/layouts/PageLayout.astro';
66<PageLayout title =" About" >
77 <article class =" flex flex-col gap-10" >
88 <header >
9- <h1 class =" text-3xl font-bold py-3 " >정봉찬</h1 >
9+ <h1 class =" py-3 text-3xl font-bold" >정봉찬</h1 >
1010 <p class =" text-xl" >프론트엔드 개발자</p >
1111 </header >
1212 <section >
13- <h2 class =" text-2xl font-bold py-2 " >경력</h2 >
13+ <h2 class =" py-2 text-2xl font-bold" >경력</h2 >
1414 <ul >
1515 <li >
1616 <p class =" text-xl font-bold" >메멘토에이아이</p >
@@ -26,7 +26,7 @@ import PageLayout from '@/layouts/PageLayout.astro';
2626 피부과 시술 예약 및 뷰티 컨설팅 시스템
2727 </p >
2828 <ul
29- class =" [&>:not(:first-child)]:before:content-['-'] [&>:not(:first-child)]:before:px-2 "
29+ class =" [&>:not(:first-child)]:before:px-2 [&>:not(:first-child)]:before:content-['-'] "
3030 >
3131 <li class =" py-2" >
3232 <TechList
@@ -49,7 +49,7 @@ import PageLayout from '@/layouts/PageLayout.astro';
4949 피부과 관리 시스템, 백 오피스 시스템
5050 </p >
5151 <ul
52- class =" [&>:not(:first-child)]:before:content-['-'] [&>:not(:first-child)]:before:px-2 "
52+ class =" [&>:not(:first-child)]:before:px-2 [&>:not(:first-child)]:before:content-['-'] "
5353 >
5454 <li class =" py-2" >
5555 <TechList
@@ -73,7 +73,7 @@ import PageLayout from '@/layouts/PageLayout.astro';
7373 <div class =" py-2" >
7474 <p class =" text-lg font-bold" >제품 발주 시스템</p >
7575 <ul
76- class =" [&>:not(:first-child)]:before:content-['-'] [&>:not(:first-child)]:before:px-2 "
76+ class =" [&>:not(:first-child)]:before:px-2 [&>:not(:first-child)]:before:content-['-'] "
7777 >
7878 <li class =" py-2" >
7979 <TechList
@@ -100,7 +100,7 @@ import PageLayout from '@/layouts/PageLayout.astro';
100100 </ul >
101101 </section >
102102 <section >
103- <h2 class =" text-2xl font-bold py-2 " >교육</h2 >
103+ <h2 class =" py-2 text-2xl font-bold" >교육</h2 >
104104 <ul >
105105 <li >
106106 <p >
0 commit comments