.tabs {
  background-color: $color-light2;
  border-radius: 500px; // Large value creates pill shape
  display: inline-flex;
  padding: $gridspacing / 2;

  > *:not(:last-child) {
    margin-right: $gridspacing / 2;
  }
}
