Always add this meta tag into the <head> section when you are using media queries:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This will ensure they register on all devices like smartphones and tablets.
https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Always add this meta tag into the
<head>
section when you are using media queries:<meta name="viewport" content="width=device-width, initial-scale=1.0">
This will ensure they register on all devices like smartphones and tablets. https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_taghttps://github.com/MattPahuta/colmar-academy/blob/master/index.html#L3