Bootstrap 4.3 not mobile first
I am building a bootstrap component to drop into a clients site. They are still using Bootstrap 4.3. Bootstrap is supposed to be mobile first but when I inspect my dev site, it is calling the .col-md class instead of .col-6 class that I have first. See code examples. Here is the link to my dev site. When I inspect and choose device view, it doesn’t collapse and stack like it’s supposed to.