I am trying to break from 4 columns to 3 by uncycling, the initial ratio looks like this
col(1/4, gutter: .5, cycle: 4)
then i try changing it at laptop resolution to only 3 columns
uncycle()
col(1/3, gutter: .5, cycle: 3)
is there any way to change ratios like this?