Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created March 8, 2026 08:15
Show Gist options
  • Select an option

  • Save tdmrhn/9e68888c117d17978028a0ac80aef1fa to your computer and use it in GitHub Desktop.

Select an option

Save tdmrhn/9e68888c117d17978028a0ac80aef1fa to your computer and use it in GitHub Desktop.
Blocksy Product Cards Mobile 2 Column
@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