Template:MainPage/styles.css: 두 판 사이의 차이
틀 문서
더 많은 작업
내용 삭제됨 내용 추가됨
새 문서: .main-header { margin: 0; } .fullwidth-banner { margin-bottom: 15px; } .fullwidth-banner img { width: 100%; 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); } |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
.main-header { |
.main-header { |
||
margin: 0 0 0.5rem 0; |
|||
font-size: 1.4rem; |
|||
font-weight: 600; |
|||
color: var(--color-emphasized); |
|||
line-height: 1.3; |
|||
} |
|||
.fullwidth-banner { |
.fullwidth-banner { |
||
margin-bottom: 15px; |
|||
} |
|||
.fullwidth-banner img { |
.fullwidth-banner img { |
||
2026년 4월 6일 (월) 15:33 판
.main-header {
margin: 0 0 0.5rem 0;
font-size: 1.4rem;
font-weight: 600;
color: var(--color-emphasized);
line-height: 1.3;
}
.fullwidth-banner {
margin-bottom: 15px;
}
.fullwidth-banner img {
width: 100%;
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);
}