/* SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md         */
/* SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later  */

html {
  --side-nav-fixed-width: 300px;
  --toc-font-size: 11px;
  --toc-width: 150px;
}

div.fragment:empty {
  display: none;
}

.primary-button > a {
  padding: var(--spacing-medium) var(--spacing-medium) var(--spacing-medium) var(--spacing-medium);
  color: var(--page-background-color) !important;
  text-decoration: none;
}

div.gallery {
  display:flex;
  flex-direction:row;
}

div.gallery > div.image {
  flex-basis:0;
  flex-grow:1;
  display:flex;
  flex-direction:column;
}

div.gallery > div.image > img {
  margin:auto;
}

div.gallery > div.image > div.caption {
  font-size:70%;
}
