Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created January 2, 2019 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/0730740674701a7352e407565c869ad0 to your computer and use it in GitHub Desktop.
Save billerickson/0730740674701a7352e407565c869ad0 to your computer and use it in GitHub Desktop.
&.alignfull,
&.wp-block-soliloquy-soliloquywp {
margin: calc( 2 * #{$block-margin}) -#{$base-margin};
max-width: calc( 100% + #{$margin_2x});
@include media(">=medium") {
margin: calc( 2 * #{$block-margin} ) calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment