Files
site/themes/custom-theme/assets/css/non-critical/10-custom-media.css
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

10 lines
313 B
CSS

/*
Bootstrap 5 breakpoints
See: https://getbootstrap.com/docs/5.0/layout/breakpoints/#available-breakpoints
*/
@custom-media --sm (min-width: 576px);
@custom-media --md (min-width: 768px);
@custom-media --lg (min-width: 992px);
@custom-media --xl (min-width: 1200px);
@custom-media --xxl (min-width: 1400px);