You will want to add this line into the head section anytime you are using media queries:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This will make sure they register correctly on all devices.
https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
You will want to add this line into the head section anytime you are using media queries:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This will make sure they register correctly on all devices. https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_taghttps://github.com/ElenaCid/capstone_colmar/blob/master/index.html#L3