@charset "utf-8";

html {
    height: 100%;
}
html.is-scroll {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 90px;
}
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.intro {
    scroll-snap-align: start;
}
.post {
  scroll-snap-align: start;
}
