Notes on the meta content adaptive
One more note on the subject of the adaptive - apart from the already familiar value, which can spoil the nerves when creating an adaptive
<meta name="viewport" content="width=device-width, initial-scale=1.0">
there is one more value that it is desirable to add if it is not there
minimum-scale=1
In total, our line will look like
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1.0">