Gutters
Learn about the gutter property in Bootstrap.
We'll cover the following...
We'll cover the following...
Gutters are the padding between our columns placed in the .row class. Gutters are defined within the .row class.
But before we look at gutters, let’s take a look at the padding and margin properties in the .row class.
Gutter working
The .row class spacing is dependent on --bs-gutter-x and --bs-gutter-y variables.
The variables are initialized as --bs-gutter-x: 1.5 rem; and --bs-gutter-y: 0 rem;.
Here,