At the screen size of 768px, the bootstrap class col-md is implemented. Is there a way to change this so that the class col-sm is implemented at this screen size instead?
These 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-