/**
  * @file
  * View used on section pages.
  **/

.section-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.section-header a {
  color: var(--laurier-blue);
}

.section-page-summary {
  padding-left: 2rem;
}
