Created
November 23, 2020 12:45
-
-
Save yousufansa/6543f4e82dcf1d454fe769cd5314e814 to your computer and use it in GitHub Desktop.
Front - Display Products in Two Columns on 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 (max-width: 767.98px) { | |
| .products[data-view=grid] ul.products > .product { | |
| flex: 0 0 50%; | |
| max-width: 50%; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment