// —————————————————————————————————————————————————————————————————
// elements
// withSidebar
// —————————————————————————————————————————————————————————————————

// —————————————————————————————————————————————————————————————————
// elements
// —————————————————————————————————————————————————————————————————

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  
  &__content {
    width: 100%;
  }
}

// —————————————————————————————————————————————————————————————————
// withSidebar
// —————————————————————————————————————————————————————————————————

.page--withSidebar {

  .page__container {
    display: flex;
  }

  .section_container {
    max-width: none;
  }
}
