Well, you are missing one stuff in html: `<meta name="viewport" content="width=device-width, initial-scale=1">` **Without it, it simple does not work.** [More info](https://developers.google.com/web/fundamentals/design-and-ux/responsive)
Well, you are missing one stuff in html:
<meta name="viewport" content="width=device-width, initial-scale=1">Without it, it simple does not work.
More info