#minotaure-composer {
  // position: relative;
  margin-top : 50px;
  padding-top: 10px;
}

#m-workspace {}

#poststuff {
  position      : relative;
  z-index       : 0;

  padding-top   : 40px;
  padding-bottom: 40px;

  &:before {
    content   : '';
    display   : block;
    width     : 100vw;
    height    : 100%;
    min-height: 100vh;

    position  : absolute;
    top       : 130px;
    left      : -20px;
    z-index   : -1;

    background: $white;

  }
}

#post-body-content {
  position: relative;
  z-index : 1;
}

.has-one-section {
  #m-workspace {
    justify-content: center;
  }
}

#wpwrap {
  overflow: hidden;

  #post-body-content,
  .wp-heading-inline {
    padding-left: 20px;
  }
}
