:root {
    --Layout-aside-width: 14rem;
}

.cxd-AppLogo {
    border-radius: 50%;
}

@media (min-width: 768px) {
    .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-asideInner {
        overflow: visible;
        padding-right: 0;
    }
}