/* Let the publication itself occupy the complete browser canvas, like Newsstand. */
.zine-publication {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}
