Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created December 22, 2018 20:03
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 richtabor/f3f0c728bbad6407dc715550ad296cf9 to your computer and use it in GitHub Desktop.
Save richtabor/f3f0c728bbad6407dc715550ad296cf9 to your computer and use it in GitHub Desktop.
.wp-block {
max-width: $content__width;
&[data-align="wide"] {
max-width: $content__width--wide;
}
&[data-align="full"] {
max-width: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment