Skip to content

Commit 759eb6b

Browse files
committed
일부 스타일 버그 수정
1 parent 6306b5b commit 759eb6b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/components/common/Page/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

src/pages/Program/tutorial.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Tutorial = () => {
6060
<h4>한바름</h4>
6161
<ul>
6262
<li>파이썬 사용 5년째</li>
63-
<li>&lt; 나를 위한 업무관리 툴: SLASH &gt; 제작사 <b>시그</b> 근무중</li>
63+
<li>&lt; 나를 위한 업무관리 툴: SLASH &gt; 제작사 시그 근무중</li>
6464
<li>&lt; 처음 시작하는 FastAPI &gt; 공역</li>
6565
</ul>
6666
</p>
@@ -240,7 +240,7 @@ const Tutorial = () => {
240240
<p>
241241
<h4>이경록 &lt;Teddy Lee&gt; <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

0 commit comments

Comments
 (0)