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

Alexander Bilz
21.42.2022 7e2b5edde15758f0cb7d4111578a9494e61de0bc
assets/scss/partials/components/_wrapper.scss
@@ -20,6 +20,19 @@
    @include widescreen {
      width: calc(#{$content-ratio} * 80%);
    }
    &--fullscreen {
      margin-top: 20px;
      @include desktop_and_print {
        width: 100%;
        margin-top: 0px;
      }
      @include widescreen {
        width: $body-max-width;
      }
    }
  }
  &__sidebar {
@@ -34,5 +47,9 @@
    @include widescreen {
      width: calc(#{$sidebar-ratio} * 80%);
    }
    &--hidden {
      display: none;
    }
  }
}