Tap Target SizesStart Small

ajouter un min-height et min-width de 48px pour tout ce qui est tap-able

nav a, button {
  max-width: 48px;
  min-height: 48px;
}