This is about the Bulma CSS framework.
Looking at the example from the docs, there is a gap between the columns. Copying the code results in columns with no gap.
Html Code copied from docs- https://codepen.io/anon/pen/EebqLe
Desired result- https://bulma.io/documentation/columns/basics/
The background you applied includes the padding. The gap is between the _content_ of the columns, not the columns themselves.
Thank you
Stumbled over the same thing. Maybe this is worth mentioning in the online Documentation.
Most helpful comment
The background you applied includes the padding. The gap is between the _content_ of the columns, not the columns themselves.