Skip to content

Instantly share code, notes, and snippets.

@oliverlindberg
Created March 4, 2024 08:51
Show Gist options
  • Save oliverlindberg/a115bd197b8389db647325b5bdd085d1 to your computer and use it in GitHub Desktop.
Save oliverlindberg/a115bd197b8389db647325b5bdd085d1 to your computer and use it in GitHub Desktop.
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Automatische Anpassung der Spaltenanzahl */
gap: 1.5rem; /* Abstand zwischen den Grid-Elementen */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment