I'm using the declaration grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); and it works like it's supposed to, but I'd like to have a max-width for 1fr - is there a way to limit the width resulting from 1fr to, say, 450px?
I know there's min(), max() and clamp(), but the support for those doesn't seem to be that good yet.