/* 正文过长代码不得撑破主栏。不修改主题 style.css。 */
#cent-blog,
#cent-blog-lf,
.article,
.article-text {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.article-text {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.article-text pre,
.article-text pre[class*="language-"],
.article-text pre code,
.article-text .prism-highlight {
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.article-text table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.article-text img {
	max-width: 100%;
	height: auto;
}
