/* Adjust the logo size in the sidebar */
/* Adjust the logo size */
.wy-side-nav-search .logo, .header-logo {
    max-height: 100px;  /* Change this value to set your desired height */
    max-width: 100%;    /* Ensure the logo scales proportionally */
}
