/* SPDX-FileCopyrightText: 2025 Koen van Greevenbroek
 *
 * SPDX-License-Identifier: CC-BY-4.0
 */

/* Make logo smaller in sidebar */
.sidebar-brand img {
    max-height: 60px;
    width: auto;
}

/* Center the sidebar brand text */
.sidebar-brand {
    text-align: center;
}
