Strategy where we optimize code for mobile devices first and then extend the components as needed using CSS media queries.

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

add the responsive viewport meta tag to your <head>.