Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/a3a89a5175ff2699c83b9fbd45a702d5 to your computer and use it in GitHub Desktop.
Save divienginesupport/a3a89a5175ff2699c83b9fbd45a702d5 to your computer and use it in GitHub Desktop.
/**
* Adjust the value 2 and 2fr according to the column count you need
**/
@media (max-width: 767px) {
.default-style ul.products {
grid-template-columns: repeat(2,minmax(10px,2fr))!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment