I have a problem with the grid system in my scss, i have a template where in div1 i have a banner that can occupy a different height but the problem is that in the second row, since i have minmax(100px, 1fr) and minmax(300px, 400px) the 1fr takes too much space. I have alreay tried with auto, min-content, max-content and 100% but it's not working. The ideal its 100px, 150px instead of 1fr but i can't use px or change to flexbox
I have alreay tried with auto, min-content, max-content and 100% but it's not working. The ideal its 100px, 150px instead of 1fr but i can't use px or change to flexbox