.profile-pic {
    border-radius: 50%;
    width: 100px;
    /* 或者你希望的尺寸 */
    height: 100px;
    /* 确保宽度和高度相等 */
}

.container.sidebar-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-about .profile-pic {
    max-width: 100%;
    /* 确保图片不超过容器宽度 */
    border-radius: 50%;
    /* 使图片圆形 */
}
