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

32 바이트 추가됨 ,  2021년 5월 12일 (수)
편집 요약 없음
편집 요약 없음
편집 요약 없음
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; }
body { font-size: 1rem; }
}
}