@import '../settings';
@import '../colours';

.page-intro {
  // should target the first element, the actual heading
  & > *:first-child {
    display: inline-block;
    margin-top: 1rem;
  }

  small {
    color: $colour-yankees-blue;
  }
}
