//* site.css - minimal overrides on top of Bootstrap */

:root {
  --maxw: 1000px;
}

.container-narrow {
  max-width: var(--maxw);
}

code {
  padding: 0.15rem 0.35rem;
  border-radius: 0.35rem;
}

.share-box {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0.375rem;
  padding: 0.375rem 0.5rem;
  background: rgba(0,0,0,0.02);
}

.chart-wrap {
  position: relative;
  height: 320px;
  width: 100%;
}

.chart-wrap canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

