Full-width Oxygen Gutenberg Block Style

PHOTO EMBED

Mon Oct 25 2021 04:49:03 GMT+0000 (Coordinated Universal Time)

Saved by @mel #wordpress #oxygen #css #gutenberg

.oxygen-body{
  /* Full width styling for Oxygen Gutenberg blocks and Gutenberg images*/
  width:100vw;
  overflow-x:hidden;
}

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
content_copyCOPY

https://www.wordstamped.com/1022/full-width-oxygen-block/