Make boxes the same height

Hi,

Does anybody know how to make the boxes on this page the same height? Our Work - what we’ve done for these businesses on HubSpot | BabelQuest

Thanks :slightly_smiling_face:

@DanBQ it looks like you added a minimum height to them. This will work until the minimum height changes. If you want a more robust solution I would recommend using either Flexbox or Grid based CSS layout solution (instead of the float based columns) because both of those have the ability to create equal height rows/columns.

Thanks, Stefen. I’m going to use flexbot.