@import 'style.scss';

[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
  margin: 0 auto;
}

[data-type="core/image"] {

  &.size-full {


    img {
      width: 100%; // full size should take up all the space
      height: auto;
    }

  }

  &.is-style-canvi-image-decoration {


    &:before {

      z-index: 0;

    }

  }

}


