Layout row different widths?

As I understand the vertical space is just distributed evenly between the 2 plots if i do:

show(row(f1, f2))

Is there any way i can set the first plot to get e.g. 80% space and the second just 20% ?

Maybe using sizing mode under layouts might be helpful?