sjlouie1 / colmar-academy

0 stars 0 forks source link

Suggestion #1

Open davecastlevania opened 7 years ago

davecastlevania commented 7 years ago

https://github.com/stephaniee2/colmar-academy/blob/master/index.html#L4-L8

If I view this on an iPhone device it will not resize but resize on browser resize with desktop. This is an easy fix by adding a meta tag for the viewport. Addthis to <head>

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

Read more about this issue here