Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

bootstrap breakpoints

$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #breakpoints
ADD COMMENT
Topic
Name
9+6 =