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

Alexander Sohn
26.25.2023 7981438d6c1bd1513ff0f2faab88035c1ef116c2
assets/scss/partials/components/_wrapper.scss
@@ -13,7 +13,7 @@
  &__main {
    width: 100%;
    @include desktop_and_print {
    @include desktop {
      width: $content-width;
    }
@@ -24,7 +24,7 @@
    &--fullscreen {
      margin-top: 20px;
      @include desktop_and_print {
      @include desktop {
        width: 100%;
        margin-top: 0px;
      }
@@ -39,7 +39,7 @@
    width: 100%;
    padding: 16px 0;
    @include desktop_and_print {
    @include desktop {
      width: $sidebar-width;
      padding: 0;
    }