@media screen and (max-width: 749px) {
  body :is(button, input[type="button"], input[type="submit"], input[type="reset"]) {
    min-height: 44px;
  }
}