Tried to make a responsive page of the site and identified such a problem. When I open a website on a phone or tablet, everything is in order, but if I change the size of the browser itself, the media tag does not seem to work. Tell me what could be the problem. Link to the site: http://cr27532.tmweb.ru/glowna/

  • <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> - user33274
  • Now the layout and mobile phones have flown down - Victor Zaretsky
  • You need to initially when you start to impose a site - insert this meta tag - but you can remove / replace user-scalable = 0, with user-scalable = no, - user33274
  • It turns out nothing can be done and everything will need to be done again? - Victor Zaretsky
  • yes everything seemed to work out decently - only here those blocks below are long - reduce them or remove them in a mobile phone - user33274

0