반응형
티스토리에서 리스트 폰트 크기를 변경하려면 CSS를 편집해야 한다.
관리 페이지의 CSS 편집에서 ul li와 ol li의 2군데 font-size를 변경하여 블로그 전체의 리스트 폰트가 변경된다.
초기 0.9375에서 0.8375 정도로 변경하면 리스트 폰트 크기가 줄어든다.
.entry-content ul li {
position: relative;
margin-bottom: 10px;
font-size: 0.9375em;
line-height: 1.5714;
color: #666;
list-style: inherit;
}
.entry-content ol {
list-style: decimal inside;
margin-bottom: 22px;
}
.entry-content ol li {
position: relative;
margin-bottom: 10px;
padding-left: 16px;
font-size: 0.9375em;
line-height: 1.5714;
color: #666;
text-indent: -15px;
list-style: inherit;
}
|
반응형
'컴퓨터 > 인터넷' 카테고리의 다른 글
스마트폰에서 IP 확인하는 법 (0) | 2022.10.12 |
---|---|
티스토리 댓글 차단 (3) | 2022.10.12 |
카카오 송금 받지 않기 (0) | 2022.06.19 |
구글과 네이버 유입 방문자 차이 (0) | 2022.05.29 |
네이버 경고 처리중인 아이디 해지 방법 (0) | 2022.05.21 |
댓글