Skip to content

Instantly share code, notes, and snippets.

@lizkaraffa
Last active August 14, 2020 00:06
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 lizkaraffa/310b8fdb44157129b65709eb6e981655 to your computer and use it in GitHub Desktop.
Save lizkaraffa/310b8fdb44157129b65709eb6e981655 to your computer and use it in GitHub Desktop.
Theme Partial
/* This sets the alignment for all Gutenberg regular, wide and full width content in the Front End */
// Change .entry-content to whatever class wraps your content
.entry-content {
@include gridSection();
& > * {
@include regularContentMaxWidth();
&.alignwide {
@include wideContentMaxWidth();
}
&.alignfull {
@include fullContentMaxWidth();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment