zollipaul / Colmar-Academy

0 stars 0 forks source link

Viewport meta tag #1

Closed ghost closed 6 years ago

ghost commented 6 years ago

https://github.com/zollipaul/Colmar-Academy/blob/master/index.html#L3-L8

Don't forget to include the viewport meta tag so that you can properly control the viewport's size and scale.

This is a must for any mobile-optimized site.

<meta name="viewport" content="width=device-width, initial-scale=1.0">
zollipaul commented 6 years ago

thanks, but I cannot remember that we covered it in any section throughout the course :)