I've been using Bootstrap for the past couple of weeks, and I love the grid system and the interesting usage of HTML5 Data Attributes, but one thing I can't seem to get my head around is spacing.
I can create row
one after another, or even just containers, and as much as their are evident gutters between each column (col-md-*
), there is nothing vertically to space your content.
In my most recent project, I created some divider classes just to add some vertical margins in between some of my containers -- but this feels redundant.
How are you supposed to go about properly spacing your content?