Skip to content

Instantly share code, notes, and snippets.

@jscalderon65
Last active April 26, 2023 02:12
Show Gist options
  • Save jscalderon65/2e7488be955482ef4f96fd8f462cada5 to your computer and use it in GitHub Desktop.
Save jscalderon65/2e7488be955482ef4f96fd8f462cada5 to your computer and use it in GitHub Desktop.
.container {
flex: 1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-rows: minmax(250px, 1fr);
grid-gap: 20px;
}
.card {
align-self: center;
justify-self: center;
width: 100%;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment