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

Alexander Bilz
16.43.2022 d9efc6a3b16c4cca961107a4a63875c6173e5835
assets/scss/partials/components/_wrapper.scss
@@ -19,6 +19,7 @@
    @include desktop_and_print {
      width: $content-width;
      &--fullscreen {
        margin-top: 0px;
        width: 100%;
@@ -27,6 +28,7 @@
    @include widescreen {
      width: calc(#{$content-ratio} * 80%);
      &--fullscreen {
        width: $body-max-width;
      }