Responsive site does not adapt on mobile

1

I made a responsive website, testing on sites that simulate a cell phone, but when I open a real cell phone it does not adapt to the computer version.

link

    
asked by anonymous 14.08.2017 / 21:05

1 answer

2

Add this line to <head></head> :

<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
    
14.08.2017 / 21:09