Skip to content

Instantly share code, notes, and snippets.

@jonschr
Last active July 16, 2020 00:48
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 jonschr/6644f72c4fe1079bfe60a378f3a07708 to your computer and use it in GitHub Desktop.
Save jonschr/6644f72c4fe1079bfe60a378f3a07708 to your computer and use it in GitHub Desktop.
/*
Frontend
========================================================================== */
.entry-content > .wp-block-atomic-blocks-ab-container.alignfull {
padding: 10% 5%;
.ab-container-inside {
max-width: 1200px;
}
}
/*
Backend
========================================================================== */
.block-editor-block-list__layout>.wp-block[data-align="full"] {
.wp-block-atomic-blocks-ab-container {
padding: 10% 5%;
.ab-container-inside {
max-width: 1200px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment