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

Alexander Bilz
06.08.2022 a9d3b1dd926dfc3ba5aacb0928b811fc318309e8
assets/scss/partials/components/_wrapper.scss
@@ -20,6 +20,10 @@
    @include widescreen {
      width: calc(#{$content-ratio} * 80%);
    }
    &--sidebarhidden {
      width: 100%;
    }
  }
  &__sidebar {
@@ -34,5 +38,9 @@
    @include widescreen {
      width: calc(#{$sidebar-ratio} * 80%);
    }
    &--sidebarhidden {
      display: none;
    }
  }
}