/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* Ensure both SVG and raster logos scale up cleanly */
.navbar-brand svg,
.navbar-brand img,
.navbar-section.logo svg,
.navbar-section.logo img {
    height: 46px !important;
    width: auto !important;
    max-height: none !important;
    display: inline-block;
}

/* Ensure the navbar accommodates the taller mark */
.navbar {
    min-height: 3.5rem;
}