틀:변화의 시대/관련 기사/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:
.mw-parser-output .text {
.mw-parser-output .text {
background: none;
background: none;
}
.text style {
font-size: 10.5pt;
}
}


/* 768px 이하 */
/* 768px 이하 */
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
.mw-parser-output a.external.text {
.text style {
font-size: 9.5pt;
font-size: 9.5pt;
}
}
}
}

2023년 8월 26일 (토) 22:53 판

/* 흰색 배경 방지 */
.mw-parser-output .text {
	background: none;
}
.text style {
	font-size: 10.5pt;
}

/* 768px 이하 */
@media screen and (max-width: 768px) {
.text style {
	 font-size: 9.5pt;
	}
}