FACG5 / NextInTeam

https://facg5.github.io/NextInTeam/
0 stars 0 forks source link

Add viewport meta tag #11

Open ashatat opened 6 years ago

ashatat commented 6 years ago

https://github.com/FACG5/NextInTeam/blob/9fae54b1cbb57d9ab755089906ebf6931b0aa30d/index.html#L3-L8

Great work guys :+1:

I'd advise you to add a viewport meta tag to control layout on mobile browsers

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

for further reading here