Is there a way to change the default screen size implementation of the bootstrap class col-md from 768px to 576px so that the class col-sm is implemented at that screen size instead?
Here are the current defaults:
- Extra Small (<576px) .col-
- Small (>= 576px) .col-sm-
- Medium (>=768px) .col-med-
- Large (>=992px) .col-lg-
- Extra Large (>=1200px) .col-xl-