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

Alexander Bilz
26.18.2022 3c8000914fd01a13427120de5c9a646ddc4f20d3
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;
    }
  }
}