Calculate grid as max-content + pixels/vh/%

Maybe there’s already a way to do this but I haven’t found it

Hi @sabugen

Unfortunately Calc doesn’t support Max-Content, but you can add margins in PX to the element and it would be calculated, see screenshot here (column2 is MaxC):

or u can add a container and use padding. see screenshot here:


Hope that helps :slight_smile:

yeah that’s what I’m doing these days, just seemed a bit harder this way.