Currently, I am using the following CSS class:
.md-subheader-title {
// 22 pixels
font-size: calc(12px + 2vw);
}
While the font size is 22 pixels at max screen size, it reduces to less than 14px on mobile devices. Is there a way to make it responsive so that it ranges between a maximum of 22px and a minimum of 14px?