Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created March 5, 2021 23:18
Show Gist options
  • Save halityurttas/cc2f18785ad8ecf90b68370584321590 to your computer and use it in GitHub Desktop.
Save halityurttas/cc2f18785ad8ecf90b68370584321590 to your computer and use it in GitHub Desktop.
Side bar min max width
.parent-of-columns {
display: grid;
grid-template-columns: minmax(200px, 25%) 1fr; /* 1fr for second col */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment