bootstrap offset grid code example
Example 1: col offset in bootstrap
.col-md-3 .offset-md-3
Example 2: bootstrap grid class
col-12 col-sm-4 col-md-3 col-lg-12 col-xl-12
Example 3: offset bootstrap
$grid-breakpoints: (
xs: 0,
sm: 480px,
md: 768px,
lg: 1024px
);
$container-max-widths: (
sm: 420px,
md: 720px,
lg: 960px
);