Skip to content

Instantly share code, notes, and snippets.

@itsdavidmorgan
Created November 19, 2018 17:29
Show Gist options
  • Select an option

  • Save itsdavidmorgan/4d654b441e343f20fb9417a2d723d5a7 to your computer and use it in GitHub Desktop.

Select an option

Save itsdavidmorgan/4d654b441e343f20fb9417a2d723d5a7 to your computer and use it in GitHub Desktop.
Gutenberg Conditional Block Alignment Styles For Mobile
@media screen and (max-width: 767px) {
.origin-sidebar-inactive.origin-singular .alignfull,
.origin-sidebar-inactive.origin-singular .alignwide {
width: calc(100% + 72px);
max-width: calc(100% + 72px);
margin-left: -36px;
left: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment