/* 只针对作者和发布时间那一行 */
.article-meta {
  font-size: 0.75rem;   /* 14px */
  color: #555;           /* 深灰色 */
  font-style: nor;    /* 斜体，如不需要可改为 normal */
  margin-bottom: 1.5rem; /* 保持和原来的 mb-4 差不多的间距 */
  text-align: center;    /* 居中对齐，等同于 text-center */
}
