/* 居中页脚版权信息 */
.md-footer-copyright {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

/* 如果有多个元素，可以一并居中 */
.md-footer-meta {
    text-align: center !important;
}

/* 确保所有页脚文本居中 */
.md-footer-meta__inner {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}


/* 调整 logo 大小 */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 40px;  /* 默认是 24px，可以调整为你需要的大小 */
  width: auto;
}

/* 如果侧边栏也有 logo */
.md-nav__title .md-logo img,
.md-nav__title .md-logo svg {
  height: 40px;
  width: auto;
}
