/* CSS for the fixed-viewport site canvas (front-end only, not editor-safe) */

body {
  width: 100vw;
  height: 100dvh;
  @media screen and (min-width: 782px) {
    overflow: hidden;
  }
}

main {
  @media screen and (min-width: 782px) {
    height: 100dvh;
    overflow: scroll;
  }
}
