This repository was archived by the owner on Nov 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ span {
4747 color : #c2c7d0 ;
4848}
4949
50+ ul ,
51+ ol {
52+ margin-left : 2rem ;
53+ }
54+
5055.hidden {
5156 display : none ;
5257}
@@ -397,11 +402,6 @@ body {
397402 font-weight : 600 ;
398403 }
399404
400- ul ,
401- ol {
402- margin-left : 2rem ;
403- }
404-
405405 li > a ,
406406 span > a {
407407 color : $purple ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const Tutorial = () => {
6060 < h4 > 한바름</ h4 >
6161 < ul >
6262 < li > 파이썬 사용 5년째</ li >
63- < li > < 나를 위한 업무관리 툴: SLASH > 제작사 < b > 시그 </ b > 근무중</ li >
63+ < li > < 나를 위한 업무관리 툴: SLASH > 제작사 시그 근무중</ li >
6464 < li > < 처음 시작하는 FastAPI > 공역</ li >
6565 </ ul >
6666 </ p >
@@ -240,7 +240,7 @@ const Tutorial = () => {
240240 < p >
241241 < h4 > 이경록 <Teddy Lee> < small > < a href = "https://linktr.ee/teddynote" target = "_blank" rel = "noreferrer" > (소개 링크)</ a > </ small > </ h4 >
242242 < ul >
243- < li > < b > < a href = "http://www.youtube.com/@teddynote" target = "_blank" rel = "noreferrer" > YouTube 테디노트</ a > </ b > 채널 운영</ li >
243+ < li > < a href = "http://www.youtube.com/@teddynote" target = "_blank" rel = "noreferrer" > YouTube 테디노트</ a > 채널 운영</ li >
244244 < li > LLM, RAG 개발 및 강의</ li >
245245 </ ul >
246246 </ p >
@@ -287,6 +287,7 @@ const TutorialProgramDetails = styled.details`
287287 summary {
288288 font-size: 1.15rem;
289289 font-weight: bold;
290+ line-height: 1.5;
290291 cursor: pointer;
291292 padding: 0.25rem 0.5rem;
292293
You can’t perform that action at this time.
0 commit comments