미디어위키:Timeless.css: 두 판 사이의 차이

항공위키
편집 요약 없음
편집 요약 없음
8번째 줄: 8번째 줄:
@media screen and ( min-width: ( @desktop-small-width + @desktop-mid-width ) / 2 ) and ( max-width: @desktop-mid-width ) {
@media screen and ( min-width: ( @desktop-small-width + @desktop-mid-width ) / 2 ) and ( max-width: @desktop-mid-width ) {
.ts-inner { max-width: 90em; }
.ts-inner { max-width: 90em; }
}
@media (max-width: 1340px) {
body { font-size: 1rem; }
}
}


25번째 줄: 21번째 줄:


/* 기본 폰트 */
/* 기본 폰트 */
 
.mw-body { font-size: 1rem; }
.mw-body h1 {font-size: 150%; font-weight: 600; padding-bottom: 0.5em; }
.mw-body h1 {font-size: 150%; font-weight: 600; padding-bottom: 0.5em; }
.mw-body h2 {font-size: 130%; font-weight: 600; padding-bottom: 0.5em; }
.mw-body h2 {font-size: 130%; font-weight: 600; padding-bottom: 0.5em; }