## Bug Report All the examples and templates are not really responsive on mobile, because the initial width is fixed in your `meta` tag Change it to ```html <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> ```