Template:MainPage/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
.main-header { |
.main-header { |
||
margin: |
margin: 0; |
||
font-size: 1.4rem; |
|||
font-weight: 600; |
|||
color: var(--color-emphasized); |
|||
line-height: 1.3; |
|||
} |
} |
||
| 14번째 줄: | 10번째 줄: | ||
width: 100%; |
width: 100%; |
||
height: auto; |
height: auto; |
||
} |
|||
.main-intro { |
|||
margin-bottom: 15px; |
|||
font-size: 15px; |
|||
line-height: 1.6; |
|||
} |
|||
.main-intro blockquote { |
|||
margin-top: var(--space-sm); |
|||
font-style: italic; |
|||
color: var(--color-subtle); |
|||
} |
} |
||