mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
12.01.2022 eac53f66f73ced5c1320fc0862102ae88c925007
assets/scss/partials/components/_wrapper.scss
@@ -5,4 +5,20 @@
  @include desktop {
    flex-direction: row;
  }
  &__main {
    width: 100%;
    @include desktop_and_print {
      width: $content-width;
    }
  }
  &__sidebar {
    width: 100%;
    @include desktop_and_print {
      width: $sidebar-width;
    }
  }
}