/* Custom style overrides for the Quilt4Net.Toolkit documentation site.
   Loaded after the modern template's docfx.min.css, so these win. */

/* The source logo (images/logo.png) is 140x140; constrain its display size
   in the navbar instead of resizing the image file. */
#logo,
.navbar-brand img {
  height: 32px;
  width: auto;
}
