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