File size: 229 Bytes
d91766b | 1 2 3 4 5 6 7 8 9 10 11 | /* Reduce the displayed size of the sidebar logo in Furo */
.sidebar-logo {
max-height: 125px;
width: auto;
}
/* Optional: keep container from growing too tall due to spacing */
.sidebar-logo-container {
line-height: 0;
}
|