Skip to content

Instantly share code, notes, and snippets.

@marvinpoo
Last active May 31, 2024 09:50
Show Gist options
  • Select an option

  • Save marvinpoo/f884bba59b2a42a64173fcc5a8383e1e to your computer and use it in GitHub Desktop.

Select an option

Save marvinpoo/f884bba59b2a42a64173fcc5a8383e1e to your computer and use it in GitHub Desktop.
#team-cards {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
@include size(md) {
grid-template-columns: 1fr 1fr 1fr;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment