Responsive Screen Sizes built with Bootstrap 5. Check default pixel widths for different screen sizes supported by Bootstrap 5 responsiveness features.
npm install bootstrap-screen-sizes
Responsive Screen Sizes built with Bootstrap 5. Check default pixel widths for different screen sizes supported by Bootstrap 5 responsiveness features.
Check out Bootstrap Screen Sizes Documentation for detailed instructions & even more examples.
Bootstrap supports six default viewport widths. These presets can be changes or expanded upon, if you’re using our source Sass files.
!Bootstrap Screen Sizes
Each width is a multiple of 12. They are adjusted to the most common device viewport sizes.
Make sure to check out the main Breakpoints documentation for more customization options & media queries.
``scss
``
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px );