Skip to content

Instantly share code, notes, and snippets.

@apcurran
Created May 24, 2022 16:33
Show Gist options
  • Save apcurran/89db1ff3e2df52e63ea443b9a1eb9038 to your computer and use it in GitHub Desktop.
Save apcurran/89db1ff3e2df52e63ea443b9a1eb9038 to your computer and use it in GitHub Desktop.
.grid-columns {
grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment