I am currently in the process of building a website that requires the inclusion of images along with corresponding headings and descriptions. When viewing the website in full screen, the heading displays on a single line. However, as the browser width decreases, the heading automatically shifts to two lines.
Here is how it appears in full screen mode:
And here is how it appears when the browser width is reduced:
I am seeking a way to dynamically decrease the size of the heading when the browser width is decreased. I have not been successful in finding relevant information on Google, possibly due to using incorrect search terms.
I am using Ruby on Rails with Bootstrap (2.3.2) to develop the website. Additionally, I am incorporating SASS and jQuery, although I am still relatively new to these technologies.