Skip to content

Instantly share code, notes, and snippets.

@jonasfroeller
Created November 25, 2023 18:47
Show Gist options
  • Save jonasfroeller/eeb21ad2cbef79626248f76bd77da214 to your computer and use it in GitHub Desktop.
Save jonasfroeller/eeb21ad2cbef79626248f76bd77da214 to your computer and use it in GitHub Desktop.
perfectly even columns
.even-columns {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment