Created
March 8, 2026 08:15
-
-
Save tdmrhn/9e68888c117d17978028a0ac80aef1fa to your computer and use it in GitHub Desktop.
Blocksy Product Cards Mobile 2 Column
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: 689.98px) { | |
| [data-products] .product { | |
| display: grid; | |
| grid-template-columns: 1fr 1fr; | |
| grid-column-gap: 1em; | |
| } | |
| [data-products] .product figure { | |
| grid-row: span 6; /* change this according to elements at right column */ | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment