/* /client/public/app.css */

main{
  min-height: 60vh;
}

@media (max-width: 520px){
  .mvTab{ padding: 10px 6px; }
  .mvIconBtn{ width: 42px; height: 42px; }
}

/*
  IMPORTANT:
  Do NOT set `.page{ max-width:none }` globally.
  That breaks the centred layout on pages like index.html.
*/
