/* 调整logo尺寸和公司名称样式 */

.site-logo {
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

.site-title {
    color: #ffffff !important;
    font-weight: 500;
}

.site-branding {
    display: flex;
    align-items: center;
}
