Decrease vertical padding between stacked columns in Flexbox

flexbox decrease vertical padding between stacked columns

The answer: simply put your padding on the outer container, not the inner container.

In Bulma this means applying padding, at least the top and bottom padding, to .columns and not .column.