/* 限制图片宽度，避免超宽截图撑破布局 */
.md-typeset img {
  max-width: min(680px, 100%);
  display: block;
  margin: 1em auto;
}
