.app__header {
  padding: var(--op-space-small);

  @media only screen and (max-width: 712px) {
    padding: var(--op-space-x-small) 0;
  }
}
