Skip to content

Commit

Permalink
일부 스타일 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Nov 4, 2024
1 parent 6306b5b commit 759eb6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/components/common/Page/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ span {
color: #c2c7d0;
}

ul,
ol {
margin-left: 2rem;
}

.hidden {
display: none;
}
Expand Down Expand Up @@ -397,11 +402,6 @@ body {
font-weight: 600;
}

ul,
ol {
margin-left: 2rem;
}

li > a,
span > a {
color: $purple;
Expand Down
5 changes: 3 additions & 2 deletions src/pages/Program/tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Tutorial = () => {
<h4>한바름</h4>
<ul>
<li>파이썬 사용 5년째</li>
<li>&lt; 나를 위한 업무관리 툴: SLASH &gt; 제작사 <b>시그</b> 근무중</li>
<li>&lt; 나를 위한 업무관리 툴: SLASH &gt; 제작사 시그 근무중</li>
<li>&lt; 처음 시작하는 FastAPI &gt; 공역</li>
</ul>
</p>
Expand Down Expand Up @@ -240,7 +240,7 @@ const Tutorial = () => {
<p>
<h4>이경록 &lt;Teddy Lee&gt; <small><a href="https://linktr.ee/teddynote" target="_blank" rel="noreferrer">(소개 링크)</a></small></h4>
<ul>
<li><b><a href="http://www.youtube.com/@teddynote" target="_blank" rel="noreferrer">YouTube 테디노트</a></b> 채널 운영</li>
<li><a href="http://www.youtube.com/@teddynote" target="_blank" rel="noreferrer">YouTube 테디노트</a> 채널 운영</li>
<li>LLM, RAG 개발 및 강의</li>
</ul>
</p>
Expand Down Expand Up @@ -287,6 +287,7 @@ const TutorialProgramDetails = styled.details`
summary {
font-size: 1.15rem;
font-weight: bold;
line-height: 1.5;
cursor: pointer;
padding: 0.25rem 0.5rem;
Expand Down

0 comments on commit 759eb6b

Please sign in to comment.