:변화의 시대/관련 기사/styles.css

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

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