Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Last active October 13, 2022 18:24
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 jamiemarsland/dfa1f1a1e19e92e4e450bcbf9b2af91d to your computer and use it in GitHub Desktop.
Save jamiemarsland/dfa1f1a1e19e92e4e450bcbf9b2af91d to your computer and use it in GitHub Desktop.
Reverse Gutenberg Columns on Mobile (use 'reverse-mobile' as class for Column)
@media (max-width: 768px) {
.reverse-mobile {
flex-direction: column-reverse;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment