Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created February 28, 2020 18:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sibelius/ec103d3df93a570dd2f487129df7cd8c to your computer and use it in GitHub Desktop.
Save sibelius/ec103d3df93a570dd2f487129df7cd8c to your computer and use it in GitHub Desktop.
const GridCard = styled.div`
flex: 1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-gap: 15px 10px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment