hub.eb?material_id=457&track_id=460

Bootstrap Container Sizes


Bootstrap Container sizes are defined in the Bootstrap Variables File and control the maximum width of Bootstrap Container for different screen sizes.

$container-max-widths: (
  xs: 348px,
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1380px
);

Current Module

Related