Created
March 5, 2021 23:18
-
-
Save halityurttas/cc2f18785ad8ecf90b68370584321590 to your computer and use it in GitHub Desktop.
Side bar min max width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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