I have 2 divs side by side with one having more content than the other.
These are what the divs look like together.
I use display: inline-block
for the divs to go side by side. I used float left but I didn't work out to good.
Is there any solutions for this problem?