/* Example: Targeting the logo image directly */
.sidebar img { /* Adjust selector based on your HTML */
    width: 150px; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
}