Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created June 30, 2020 07:04
Show Gist options
  • Select an option

  • Save jupegarnica/a1751ce2876439375aa3e732dae6a146 to your computer and use it in GitHub Desktop.

Select an option

Save jupegarnica/a1751ce2876439375aa3e732dae6a146 to your computer and use it in GitHub Desktop.
.grid {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment