/* Styles for home.hbs — page-level rhythm only.

   Every section owns its own stylesheet; the space *between* sections belongs to
   the page that orders them, which is why it lives here. Values are the legacy
   landing's (`pages/index.vue`). */

.home > section {
  margin-bottom: 64px;
}

@media (min-width: 1000px) {
  .home > section {
    margin-bottom: 80px;
  }
}
