Created
November 19, 2018 17:29
-
-
Save itsdavidmorgan/4d654b441e343f20fb9417a2d723d5a7 to your computer and use it in GitHub Desktop.
Gutenberg Conditional Block Alignment Styles For Mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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