In my layout, I have two divs positioned next to each other. Typically, the left div displays n+2
items while the right div displays n
items. The value of n
changes depending on the category and is already set. However, there are instances where certain items in the left div have greater height than usual. What is the best way to add more items to the right div so that both divs have similar heights?