Always add this meta tag to your head section when you are using media queries:
<meta name="viewport" content="width=device-width, initial-scale=1">
This will ensure they register on different devices like smartphones.
https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Always add this meta tag to your head section when you are using media queries:
<meta name="viewport" content="width=device-width, initial-scale=1">
This will ensure they register on different devices like smartphones. https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_taghttps://github.com/srob12/f1-3-c2p1-colmar-academy/blob/master/Capstone%20Project/index.html#L3