.spacer {
  height: var(--spacer-height-mobile, 24px);
}
@media (min-width: 750px) {
  .spacer { height: var(--spacer-height-desktop, 48px); }
}
