My website was created using Bootstrap's grid system and CSS media queries based on col-xs, col-md. While it is responsive, I encountered an issue with font size adjustments within media queries - the font appears smaller when reaching the max-width of the query. How can I adjust the font-size to accommodate all screen sizes in that media query without needing separate queries for each case? This also applies to Bootstrap Carousel.
I aim to maintain a consistent look across all sizes - is this achievable?