I\'m trying to organize divs into two columns, but not force them into rows. I\'m also trying to keep the vertical spacing between the divs a const
div
I don't think this is a good practice but what i usually do in cases like this is building 2 div, set them side by side and just fill them up with whatever content you desire, but again, this is the way i do it, it might or might not work for you :)